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...

TDQS

A4.1/5.0
Behavior5/5

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

With no annotations at all, the description bears the full burden and delivers: it discloses payment protocol and exact price, output limits (20 tokens, 10 transactions), exclusions, and the partial-response behavior with metadata flags (provider_limited, token_balances_complete, transactions_complete, source/error). This is rich behavioral disclosure.

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

Conciseness4/5

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

The description is a single dense paragraph where every clause adds information: payment, limits, exclusions, partial behavior, and metadata. It could be lightly restructured for readability, but there is no wasted verbiage and key attributes are front-loaded.

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

Completeness5/5

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

Despite having no output schema, the description covers the essential contract: what data is returned, the caps, the missing-data cases, the error/source metadata, and the payment prerequisite. An agent has everything needed to correctly invoke the tool for a Base address.

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 coverage is 100%: the sole 'address' parameter is already described as a Base address with example. The description reinforces the one-address scope but adds no new syntax, format, or edge-case meaning beyond the schema, so the baseline 3 applies.

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 states the tool provides a 'Base wallet snapshot' with up to 20 ERC-20 token balances and at most 10 recent transactions for one address, which clearly identifies the resource and scope. It lacks an explicit verb like 'retrieves' or 'returns', but the noun phrase is specific enough to convey what the tool does and its limitations.

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 gives clear usage context: paid x402 v1 (USDC on Base) for a one-address wallet snapshot, including what is excluded (native coin balances) and when responses are partial. It does not mention alternatives or when not to use it, but for a paid single-purpose read tool the context is adequate.

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.

TDQS

A3.5/5.0
Disambiguation3/5

There is clear overlap between agent_site_audit/agent_site_audit_5 and wallet_watch_pro/wallet_watch_snapshot, which differ only by scale. Descriptions clarify the distinction, but the agent must carefully parse limits to choose the right one. Other tools are distinct.

Naming Consistency3/5

Tool names mix conventions: some start with a verb (generate_llms_txt, web_fetch), others are noun-first compounds (crypto_price, storefront_catalog, wallet_watch_*). Variant suffixes like _5, _pro, _snapshot are not uniform. Overall readable but not consistent.

Tool Count4/5

With 8 tools, the count sits comfortably within a well-scoped range. Each tool has a specific purpose, though some duplicates (audit variants, wallet variants) could be consolidated. Still, the number is appropriate for a mixed utility toolkit.

Completeness4/5

The server covers its stated domains—site auditing, crypto prices, LLM file generation, storefront catalog, wallet snapshots, and web fetching. There are minor gaps (e.g., no batch crypto pricing, no transaction history beyond recent), but for a pay-per-call toolkit the surface is reasonably complete.

Resources