revoke_intent
Revoke an active intent by its ID to cancel it, with idempotent processing via client_request_id to prevent duplicate revocations.
Instructions
Revoke one of your own active intents by id. Idempotent per client_request_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Buyer bearer JWT (RS256, aud=seller-mcp-node). Identity is derived from token.sub. | |
| intent_id | Yes | The intent_id returned by create_intent | |
| client_request_id | No | Client-supplied idempotency key for replay detection |