Skip to main content
Glama

rpc_lookup_method

Look up Avalanche RPC methods and API guides across C-Chain, P-Chain, X-Chain, Subnet-EVM, and node RPC docs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoRPC area to search. Defaults to all.
limitNoMaximum number of results (default: 8)
queryYesRPC method, namespace, or task to look up

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.9/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 burden of disclosing behavior. It describes what it looks up and the scope, but does not mention return format, pagination, or that it is a read-only search. This is adequate but not rich; it doesn't contradict any annotations (none exist).

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 a single sentence that front-loads the action and resource. It contains zero filler and communicates scope efficiently.

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

Completeness3/5

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

The tool has no output schema, and the description does not explain what the response looks like (e.g., list of methods, links, code examples). The scope is clearly stated, but the lack of return-value context and differentiation from generic docs search leaves some gaps for an agent invoking this tool.

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% (all parameters have descriptions), so the baseline is 3. The description does not add substantial meaning beyond the schema—it repeats the chain scope already present in the chain property enum. No extra syntax or usage details are provided.

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 states a specific verb ('Look up') and resource ('Avalanche RPC methods and API guides') across defined chains (C-Chain, P-Chain, X-Chain, Subnet-EVM, node RPC docs). This clearly distinguishes it from sibling tools like blockchain_lookup_* (blockchain data) or cli_lookup_command (CLI commands).

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

Usage Guidelines4/5

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

The description provides clear context by naming the exact chains and doc areas it covers, implying when to use it (e.g., for RPC method documentation lookups). It does not explicitly exclude alternatives or name sibling tools, but the scope is sufficiently clear for an agent to choose it over generic docs search.

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.