autopilot_set_goal
ActiveTool of SendIt
declared in 0.1.0
Set a social media goal for the AI autopilot to work toward. The autopilot will use AI agents to plan content, generate posts, and schedule them. Example goals: 'Grow LinkedIn followers by 20%', 'Post 5x/week on Instagram about AI'.
Parameters schema
{
"type": "object",
"required": [
"goalText",
"platforms"
],
"properties": {
"goalText": {
"type": "string",
"description": "The social media goal to achieve"
},
"platforms": {
"type": "array",
"items": {
"type": "string"
},
"description": "Target platforms (e.g. ['twitter', 'linkedin', 'instagram'])"
},
"durationWeeks": {
"type": "number",
"description": "How many weeks to run the autopilot (1-52, default 4)"
},
"targetMetrics": {
"type": "object",
"description": "Target metrics (e.g. { followers: 1000, engagement_rate: 0.05 })",
"additionalProperties": true
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries