resolve_mcp_approval
Approve or reject a pending MCP human-in-the-loop transaction using the approval ID or token, with a required action of 'approve' or 'reject'.
Instructions
Resolve (approve or reject) a pending MCP human-in-the-loop (HITL) transaction. action: MUST be 'approve' or 'reject'. approval_id: UUID of the pending approval (optional, exactly one of approval_id or token is required). token: Raw token string from the pending approval response (optional). session_key: Operator's active session key. If not provided, defaults to COLBA_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | ||
| action | Yes | ||
| approval_id | No | ||
| session_key | No |