You're viewing a demo portfolio

Join the waitlist
PRSM

publish_ai

Active

Tool of SendIt

declared in 0.1.0

Generate AI content and publish it in a single step. Combines generate_content + publish_content into one call. First generates platform-optimized content using AI, then publishes to the specified platforms. Same platform requirements as publish_content apply.

Parameters schema

{
  "type": "object",
  "required": [
    "platforms"
  ],
  "properties": {
    "prompt": {
      "type": "string",
      "description": "Creative prompt for AI content generation"
    },
    "hashtags": {
      "enum": [
        "on",
        "off",
        "platform_auto"
      ],
      "type": "string"
    },
    "mediaUrl": {
      "type": "string",
      "description": "Media URL for the post"
    },
    "strictAi": {
      "type": "boolean"
    },
    "mediaType": {
      "enum": [
        "image",
        "video",
        "auto"
      ],
      "type": "string",
      "description": "Media type hint"
    },
    "mediaUrls": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Multiple media URLs for carousel"
    },
    "platforms": {
      "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": "Target platforms to generate content for and publish to"
    },
    "generation": {
      "type": "object",
      "properties": {
        "tone": {
          "enum": [
            "professional",
            "casual",
            "energetic",
            "informative"
          ],
          "type": "string"
        },
        "style": {
          "enum": [
            "storytelling",
            "promotional",
            "educational",
            "entertaining"
          ],
          "type": "string"
        },
        "callToAction": {
          "type": "string"
        }
      }
    },
    "contentOverrides": {
      "type": "object",
      "properties": {
        "title": {
          "type": "string"
        },
        "caption": {
          "type": "string"
        },
        "hashtags": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SendIt

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

1/7 registries
View full server →