You're viewing a demo portfolio

Join the waitlist
PRSM

create_library_item

Active

Tool of SendIt

declared in 0.1.0

Save content to your library as a draft, template, or evergreen content for reuse. Alias for save_to_library.

Parameters schema

{
  "type": "object",
  "required": [
    "title",
    "text"
  ],
  "properties": {
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Tags for organization"
    },
    "text": {
      "type": "string",
      "description": "The content text/caption"
    },
    "type": {
      "enum": [
        "draft",
        "template",
        "evergreen"
      ],
      "type": "string",
      "description": "Content type (default: draft)"
    },
    "title": {
      "type": "string",
      "description": "Title for the saved content"
    },
    "category": {
      "type": "string",
      "description": "Category for organization"
    },
    "mediaUrl": {
      "type": "string",
      "description": "Media URL (image or video)"
    },
    "targetPlatforms": {
      "type": "array",
      "items": {
        "enum": [
          "x",
          "linkedin",
          "linkedin-page",
          "facebook",
          "instagram",
          "threads",
          "bluesky",
          "mastodon",
          "nostr",
          "youtube",
          "tiktok",
          "lemmy",
          "discord",
          "slack",
          "telegram",
          "pinterest",
          "dribbble",
          "devto",
          "hashnode",
          "gmb",
          "whop",
          "producthunt"
        ],
        "type": "string"
      },
      "description": "Which platforms this content is designed for"
    },
    "evergreenEnabled": {
      "type": "boolean",
      "description": "Enable evergreen auto-republishing"
    },
    "evergreenIntervalDays": {
      "type": "number",
      "description": "Days between evergreen republishes"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SendIt

https://github.com/Shree-git/sendit

1/7 registries
View full server →