x402-celo
Celo: Celo blockchain data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | Address to process |
Celo: Celo blockchain data.
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | Address to process |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It reveals nothing about read vs. write semantics, required address type, output/return shape, error behavior, pagination, or rate limits. The agent is left completely blind to what happens when the tool is invoked.
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?
At eight words, there is no wasted prose, but this is under-specification, not conciseness. A label-like fragment that restates the domain cannot earn its place as a tool definition because it conveys almost no actionable 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?
For a blockchain tool with one parameter, no annotations, and no output schema, the description is the only source of context — and it provides essentially none. An agent cannot determine what data will be returned, what kind of address to supply, or how to interpret the result.
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?
Schema description coverage is 100%, so the baseline is 3 per the rubric. However, the description adds zero meaning beyond the schema, and the schema's own "Address to process" is ambiguous — it does not clarify whether a wallet address, contract address, or token address is expected, nor what "process" means for a Celo data tool.
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 "Celo: Celo blockchain data." names the resource domain but contains no verb or operation — it never states what the tool does with the data (fetch balances, query blocks, decode transactions, etc.). It barely expands on the tool name itself and gives no way to distinguish it from the dozens of blockchain siblings such as x402-chain-id, x402-block-number, or x402-wallet-balance.
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 whatsoever on when to use this tool versus alternatives. No context, exclusions, or alternative tool names are mentioned, and the sibling list contains many overlapping blockchain/on-chain tools (x402-chain-info, x402-chain-id, x402-wallet-*, x402-block-*, x402-gas-*) with no routing hints.
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.