approve_post
ActiveTool of SendIt
declared in 0.1.0
Approve a scheduled post that is pending approval. Once approved, it will be published at the scheduled time.
Parameters schema
{
"type": "object",
"required": [
"postId"
],
"properties": {
"postId": {
"type": "string",
"description": "The scheduled post ID to approve"
},
"comment": {
"type": "string",
"description": "Optional approval comment"
},
"team_id": {
"type": "string",
"description": "Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries