revoke_intent
Cancel an active intent by its ID to stop it from being used. Idempotent per client request ID, so retries are safe.
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 |