generate_post_bundle
ActiveTool of SendIt
declared in 0.1.0
Generate multi-variant AI content with quality scoring for multiple platforms. Returns the best variant plus alternatives.
Parameters schema
{
"type": "object",
"required": [
"platforms",
"prompt"
],
"properties": {
"prompt": {
"type": "string",
"description": "Content topic or instructions (required)"
},
"platforms": {
"type": "array",
"items": {
"type": "string"
},
"description": "Target platforms (required)"
},
"generation": {
"type": "object",
"properties": {
"tone": {
"type": "string"
},
"style": {
"type": "string"
},
"callToAction": {
"type": "string"
}
},
"description": "Generation parameters (tone, style, CTA)"
},
"variant_count": {
"type": "number",
"description": "Number of variants to generate (1-5, default: 3)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries