Skip to main content
Glama

x402-rpc

RPC: eth_call + RPC reads on 8 chains. Chain, method, params in/out. 🆓 5 free trial calls per signed wallet

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoChain to process
methodNoMethod to process
paramsNoParams to process
chain_idNoChain_id to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / method
      Added value: +{
      +  "description": "Method to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

C2.8/5.0
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 does disclose useful non-schema behavior: a 5-free-call trial tied to a signed wallet, and that it is a read-only RPC surface. But it omits rate limits beyond the trial, auth/signing requirements, what happens after the trial, and error behavior for unsupported methods.

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

Conciseness4/5

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

Very short and front-loaded, with the operation stated first and the pricing cue last. Nothing is padded, though the 'Chain, method, params in/out' fragment is filler that could be replaced with more informative content.

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

Completeness2/5

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

There is no output schema and no annotations, and the tool is a flexible passthrough with four loose string parameters. Critical details for correct invocation are missing: how params should be encoded (raw JSON string? array?), which chains are among the '8', and which methods are supported. The description is not complete enough for reliable invocation.

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 four parameters (chain, method, params, chain_id) are already documented in the schema, making 3 the baseline. The description's phrase 'Chain, method, params in/out' merely restates the field names without adding format, encoding, or allowed-value detail, so it adds nothing beyond the schema.

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

Purpose3/5

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

Names the resource (RPC) and scope (8 chains) and mentions eth_call, which gives a rough idea that this is a generic EVM read passthrough. However, 'RPC: eth_call + RPC reads' is vague about what operations are actually exposed, and it does not clearly distinguish itself from siblings like x402-onchain-reads-v1, x402-block-number, or x402-rpc-health. An agent cannot confidently tell which tool to pick.

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?

No when-to-use or when-not-to-use guidance is present. It mentions a free-trial quota but gives no signal about which chain/method combinations are valid or when a sibling like x402-onchain-reads-v1 or x402-trace-call would be the better choice.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources