Skip to main content
Glama

wallet_watch_snapshot

Paid via standard x402 v1 (USDC on Base): Base wallet snapshot with up to 20 ERC-20 token balances and at most 10 recent transactions for one address. Native coin balances are not included. If the provider returns extra tokens or transaction pages/records, the response is partial and includes provider_limited, token_balances_complete or transactions_complete, and source/error metadata. Price 1.00 USDC on Base.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesBase address to watch, e.g. 0x...

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/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 burden and does an excellent job. It discloses the payment mechanism (x402, USDC on Base, price 1.00), the bounded response behavior, the exclusion of native coin balances, and what happens when the provider returns extra data, including resulting partially-limited flags and source/error metadata.

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 clause earns its place: payment, price, core capability, exclusions, and partial-response behavior are all covered without filler. The most decision-relevant information (payment and scope) is front-loaded.

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?

Given the lack of an output schema, the description does a good job covering return-related behavior, complete/partial flags, and metadata. A minor gap is that the exact shape of a successful response and the meaning of the specific flag fields are not fully explained, though they are named.

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 schema already documents the single address parameter as a Base address. The description adds 'for one address' and reinforces the Base network, but it does not materially extend semantics beyond the schema.

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 clearly states a specific action and resource: a Base wallet snapshot returning up to 20 ERC-20 token balances and at most 10 recent transactions for one address. It also disambiguates from likely siblings like wallet_watch_pro via explicit scope limits ('up to', 'at most') and by noting native coin balances are not included.

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?

The description gives no explicit guidance on when to choose this tool instead of alternatives such as wallet_watch_pro or crypto_price. The bounded nature of the data and the one-address scope imply a use case, but no direct 'use when' or 'use instead' instructions are present.

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