autopilot_approve_plan
ActiveTool of SendIt
declared in 0.1.0
Approve all pending items in an autopilot plan, or approve/reject individual items. After approval, use autopilot_execute_plan to schedule the approved posts.
Parameters schema
{
"type": "object",
"properties": {
"action": {
"enum": [
"approve",
"reject"
],
"type": "string",
"description": "Action for individual item (default: approve)"
},
"itemId": {
"type": "string",
"description": "Individual item ID to approve or reject"
},
"planId": {
"type": "string",
"description": "Plan ID to approve (approves all pending items)"
},
"feedback": {
"type": "string",
"description": "Feedback when rejecting an item"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries