dispatch_after_approval
Invokes a downstream capability after user approval, writing audit lines for a recoverable end-to-end chain.
Instructions
Phase 3 explicit dispatch. After route_payload returned an approval_required decision and the calling client surfaced the prompt to the user, the client calls this to actually invoke the downstream capability. Writes approval_granted + dispatch audit lines so the chain is recoverable end-to-end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mcp_id | Yes | The MCP id from the prior route decision. | |
| arguments | No | Arguments passed to the capability. | |
| capability_id | Yes | The capability id to invoke. | |
| approval_token | No | Audit token for the approval. Phase 4 will require this to be USAP-signed. |