publish_ai
ActiveTool of SendIt
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"
}
}
}
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries