Skip to main content
Glama

ai_wallet_report

Read-onlyIdempotent

Claude-written verdict on any wallet — The flagship wallet report: aggregates net worth, age/activity and recent transactions, then Claude synthesizes a verdict (e.g. fresh/risky → established/active) with key observations. One call, agent-ready wallet intelligence. Required input: address. Priced $0.06 per call over x402 on Base; send a prepaid x-credit-token header for unlimited calls, or get 1 free call/day per tool. No wallet or API key required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesWallet address

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoThe result payload. Shape is service-specific; every field is documented in the tool description.
serviceNoThe service id that answered.
checkedAtNoISO-8601 timestamp of when the underlying reads were taken.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already cover read-only/idempotent/non-destructive. The description adds valuable operational context: pricing ($0.06/call on x402/Base), the optional prepaid x-credit-token header, the free daily call, and the fact that no wallet/API key is needed. These go beyond annotations and affect how an agent invokes the tool.

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?

Three sentences are dense but each adds relevant info: the verdict behavior, the single-input requirement, and the pricing/auth header. It's front-loaded with the main purpose before billing details. Minor overstuffing in the payment sentence prevents a perfect score.

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 an output schema and read-only annotations, the description covers the purpose, the expected output concept (synthesized verdict with observations), input requirements, and operational constraints (cost, auth header, no API key). Nothing essential is missing.

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 schema already documents address at 100% coverage. The description only restates 'Required input: address' and gives no extra detail about address format, chain scope, or validation. It adds no meaning beyond the schema, so a baseline 3 is appropriate.

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 names a specific capability ('Claude-written verdict on any wallet') and defines the pipeline: aggregates net worth, age/activity, recent transactions, then synthesizes a verdict with key observations. This clearly separates it from sibling wallet tools that return raw metrics (wallet_networth, wallet_activity, wallet_summary).

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?

It positions itself as 'the flagship wallet report' and 'one call, agent-ready wallet intelligence,' signaling that this is the high-level synthesized answer rather than a raw data pull. It does not explicitly name sibling alternatives or say when to avoid it, so it falls short of full routing 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.

Resources