x402card.get_agent_contract
Return the complete machine-readable x402card API/agent contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Return the complete machine-readable x402card API/agent contract.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must fully disclose behavior, but it only says 'Return'. It does not clarify output format, response size, or whether this represents the same information as get_openapi. The phrase 'machine-readable' is a small hint, but not sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that directly states the tool's function. There is no redundant or irrelevant content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simple nature (no params, no output schema), the description is minimal but lacks context about what the 'agent contract' actually contains or how it differs from other similarly named contracts. An agent would need more information to decide if this is the right tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the input schema is empty and schema coverage is 100%. Per guidelines, a 0-parameter tool gets a baseline of 4, and the description does not need to explain any parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Return' and identifies a resource ('complete machine-readable x402card API/agent contract'), making the core purpose clear. However, it does not distinguish this tool from siblings like get_openapi or get_config, which could overlap in function.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool relative to alternatives. The description does not mention scenarios, prerequisites, or why one would choose get_agent_contract over sibling getters.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool targets a distinct piece of information: different contracts, config, readiness, plans, install commands, OpenAPI docs, payable URLs, and wallet requirements. No two tools overlap in purpose, making selection straightforward for an agent.
All tools follow a consistent verb_noun pattern in snake_case, predominantly using 'get_' (11 tools) and one 'list_' for plans. This predictable naming aids agent understanding and tool selection.
With 12 tools covering contracts, configuration, readiness, plans, and auxiliary endpoints, the count is well-scoped for an informational server. Each tool earns its place without being excessive or sparse.
The tool set thoroughly covers informational retrieval for the x402card and eSIM domain, including all contracts, config, readiness, and plans. The only notable gap is the lack of mutation tools (e.g., create order, top up), but this may be intentional if the server is designed solely for exposing contracts and URLs.