Skip to main content
Glama

x402-address-parse

Address Parse: Parse blockchain addresses. 🆓 5 free trial calls per signed wallet

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputNoInput to process
addressNoAddress to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations provided, the description has full responsibility for disclosing behavior, and it does very little. It hints at a metered/wallet-signing requirement ('5 free trial calls per signed wallet') but says nothing about whether the parse is read-only, makes network calls, returns structured components, or has other side effects or limits.

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

Conciseness3/5

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

The description is short, but the leading 'Address Parse:' is tautological with the tool name and adds no information. The genuinely informative content boils down to one clause ('Parse blockchain addresses') plus a free-trial note that might belong elsewhere; it is compact but not tightly structured.

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?

Given there is no output schema and no annotations, an agent needs the description to explain what a 'parsed' result is, what about the input params, and any cost/chain constraints. The description covers essentially none of this, leaving significant gaps for a tool that sits in a large family of address-related utilities.

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?

The schema already describes both parameters ('Input to process', 'Address to process'), so with the stated schema coverage at 100%, the baseline is 3. The description adds no parameter-level meaning and leaves ambiguity about whether 'input' and 'address' are alternative forms or distinct inputs—but the schema carries enough to avoid a lower score.

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

Purpose4/5

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

The description names a clear verb-resource pair ('Parse blockchain addresses'), so an agent knows at a high level what this tool operates on. However, it is largely a restatement of the tool name with 'blockchain' added, and it doesn't differentiate what 'parse' means relative to sibling tools like x402-address-normalize and x402-address-validate.

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 usage guidance is provided. The description never states when to use address-parse instead of address-normalize, address-validate, or any other sibling; there is no mention of prerequisites, argument selection, or when-not-to-use. The only extra statement is about free trial calls, which is about cost rather than usage context.

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