{"data":{"name":"revoke_agent_identity_token","title":"Revoke an agent_auth access token","description":"Revoke one agent_auth OAuth access token by presenting that token privately. Unknown tokens and ordinary client-credentials tokens return identical success. The registration assertion remains usable. To revoke the whole registration, log in and revoke the key matching registration_id.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"token":{"type":"string","minLength":1,"maxLength":256}},"required":["token"],"additionalProperties":false},"annotations":{"readOnlyHint":false,"destructiveHint":false,"idempotentHint":false,"openWorldHint":false},"execution":"MCP POST only; this GET describes the action without executing it","required_scope":null}}