Skip to main content
Glama

wallet_watch_pro

Paid via standard x402 v1 (USDC on Base): Base wallet snapshot with up to 200 ERC-20 token balances and at most 100 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 5.00 USDC on Base.

Input Schema

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

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations provided, the description fully discloses important behavior: cost via x402, USDC on Base, the 200-token/100-transaction limits, native-coin exclusion, and the partial-response flags such as provider_limited and token_balances_complete. This goes well beyond a generic description.

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 efficient: every sentence carries essential information about pricing, limits, exclusions, and partial-response behavior. There is no filler or unnecessary repetition of the schema.

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?

For a single-parameter tool with no output schema and no annotations, the description is notably complete. It covers the input, cost, limits, native-coin exclusion, and response metadata fields, leaving an agent well-equipped to select and invoke the tool correctly.

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 input schema already documents the single address parameter at 100% coverage, including the format '0x...'. The description only restates that the snapshot is for one address and does not add meaningful parameter-level 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 identifies the tool's operation: it returns a Base wallet snapshot with quantified limits (200 ERC-20 balances, 100 transactions) for one address. It also states exclusions, such as native coin balances, and the paid provider nature, which helps distinguish it from the sibling wallet_watch_snapshot.

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 context: paid x402 access, explicit caps, and partial-response behavior, so an agent knows when this tool is appropriate for a comprehensive wallet snapshot. However, it does not explicitly name wallet_watch_snapshot as an alternative or give when-to-use versus when-not-to-use guidance.

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