Skip to main content
Glama
juan-sibbo

GAM Seller MCP Node

by juan-sibbo

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

TableJSON Schema
NameRequiredDescriptionDefault
tokenNoBuyer bearer JWT (RS256, aud=seller-mcp-node). Identity is derived from token.sub.
intent_idYesThe intent_id returned by create_intent
client_request_idNoClient-supplied idempotency key for replay detection
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses idempotency per client_request_id and scope (your own intents). However, it does not mention whether the revocation is destructive, any authentication requirements beyond the token, or what happens to related data. This is adequate but has gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is only two sentences and front-loads the key action. Every word adds value, with no redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (3 parameters, no output schema, no annotations), the description is fairly complete. It covers purpose, idempotency, and scope. However, it omits details like whether the intent must be active or error conditions, which would enhance completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds the idempotency note for client_request_id, which provides context beyond the schema. However, the schema already has detailed descriptions for each parameter, so the added value is marginal.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'revoke' and clearly states the resource ('your own active intents') and the identifier ('by id'). This distinguishes it from the sibling 'create_intent' tool, which performs the opposite operation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide explicit guidance on when to use this tool versus alternatives. It mentions 'your own active intents', implying a restriction, but lacks when-to-use or when-not-to-use instructions. No alternatives are named.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/juan-sibbo/gam-seller-mcp-node'

If you have feedback or need assistance with the MCP directory API, please join our Discord server