Skip to main content
Glama

x402-publish-1787853294312-base-account

base-account: GET JSON snapshot of native ETH and USDC balances for any Base address. Query param address=0x... Returns atomic and formatted amounts plus block number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations present, the description carries the full burden, and it does well by stating the HTTP-style operation (GET), the JSON snapshot nature, and the returned content (atomic and formatted amounts plus block number). It does not cover error cases or network assumptions, but for a simple read-only balance snapshot this is reasonable.

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?

One dense sentence that front-loads the operation and resource, then captures the query parameter and return shape. Every clause earns its place; there is no filler or repetition.

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?

The description covers the essential input and output expectations for a low-complexity read tool, especially given there is no output schema. It could be more complete with exact response field names or error behavior, but an agent has enough to invoke it correctly.

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

Parameters5/5

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

The input schema is empty, yet the description supplies the critical invocation detail: 'Query param address=0x...'. Without this, an agent would not know how to specify the target address. The description fully compensates for the schema gap.

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 uses a specific verb ('GET') and a specific resource ('JSON snapshot of native ETH and USDC balances for any Base address'). It is immediately distinguishable from generic balance/wallet tools in the sibling list because it scopes to the Base chain and names the two assets.

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

Usage Guidelines3/5

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

The phrase 'for any Base address' gives a clear implied use case, but the description does not explicitly say when to prefer this tool over similar siblings such as wallet-balance or multi-balance, nor what it should not be used for. Given the huge sibling list, more explicit routing guidance would help.

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