Skip to main content
Glama

SendCheck — EVM address verification (x402)

check_address

Paid pre-send verification of one EVM address on one chain ($0.01 USDC via x402, EIP-3009 on Base): checksum, wallet-vs-contract, outgoing activity, native/USDC/USDT balances, leveled verdict with reasons and next action. TWO-PHASE: call without x_payment first to get the exact payment challenge (payTo, amount, asset), sign the USDC transfer, then call again with x_payment = the resulting X-Payment header to get the report. No account, no API key — the payment is the authentication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoChain to scan (default: base)
addressYesEVM address, 0x + 40 hex characters
x_paymentNoX-Payment header value from your signed EIP-3009 transfer (second phase only)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden and does so thoroughly. It discloses the paid nature, the exact cost and payment method, the two-phase protocol, authentication via payment, and the nature of the returned verdict. This goes well beyond the schema and provides meaningful behavioral transparency.

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 dense but every sentence contributes useful information: purpose, cost/auth model, checks performed, two-phase workflow, and authentication model. It is structured logically and front-loads the core purpose before procedural details.

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

Completeness4/5

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

For a complex paid two-phase tool with no output schema, the description is largely complete: it explains the workflow, the payment requirement, what is checked, and what the report contains. It falls slightly short of a 5 because it does not describe exact output fields, error conditions, or behavior on invalid input, but the essential calling context is covered.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3, but the description adds real semantic value beyond the schema. It explains the two-phase significance of x_payment, clarifies that the first call must omit it, and describes the payment challenge flow that gives meaning to the parameter.

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 clearly identifies the operation: paid pre-send verification of one EVM address on one chain, with specific checks like checksum, wallet-vs-contract, balances, and a verdict. It is specific and resource-focused, but it does not explicitly distinguish itself from sibling tools such as validate_address or deep_scan.

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 operational context: when to call without x_payment first, how to obtain the payment challenge, and when to call again with the X-Payment header. It does not, however, state when to choose this tool over siblings or list exclusion conditions.

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.