You're viewing a demo portfolio

Join the waitlist
PRSM

autopilot_approve_plan

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SendIt

https://github.com/Shree-git/sendit

1/7 registries
View full server →