generate_content
ActiveTool of SendIt
Generate AI-powered platform-optimized content without publishing. Uses AI to create platform-specific text, hashtags, and titles from a prompt or media URL. Respects brand voice profiles if configured. Returns generated content variants for each target platform. Use publish_content to publish the generated content, or publish_ai to generate and publish in one step.
Parameters schema
{
"type": "object",
"required": [
"platforms"
],
"properties": {
"prompt": {
"type": "string",
"description": "Creative prompt or topic for content generation"
},
"hashtags": {
"enum": [
"on",
"off",
"platform_auto"
],
"type": "string",
"description": "Hashtag mode"
},
"mediaUrl": {
"type": "string",
"description": "Media URL to analyze for content generation"
},
"strictAi": {
"type": "boolean",
"description": "If true, fail instead of using fallback templates when AI is unavailable"
},
"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"
},
"generation": {
"type": "object",
"properties": {
"tone": {
"enum": [
"professional",
"casual",
"energetic",
"informative"
],
"type": "string",
"description": "Content tone"
},
"style": {
"enum": [
"storytelling",
"promotional",
"educational",
"entertaining"
],
"type": "string",
"description": "Content style"
},
"callToAction": {
"type": "string",
"description": "Call to action to include"
}
},
"description": "Generation parameters for tone, style, and CTA"
},
"contentOverrides": {
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "Override generated title"
},
"caption": {
"type": "string",
"description": "Override generated caption"
},
"hashtags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Override generated hashtags"
}
},
"description": "Manual overrides for generated content"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries