Skip to main content
Glama

Wallet Analysis

wallet_analysis
Read-onlyIdempotent

[$0.02 USD per call] Wallet portfolio analysis with token balances and USD valuation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesPath parameter 'address'
paymentNoOptional x402 payment proof (EIP-3009 signed authorization). Call once without it to receive the payment requirements, then retry with the proof.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "address": "0x7ebff188f2Eba16518C02864589b1403a5d1296a"
      +  }
      +]
  2. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and non-destructive behavior. The description adds useful context beyond annotations by disclosing the $0.02 per-call cost and summarizing the returned data (token balances and USD valuation). It does not contradict the annotations.

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 a single efficient sentence with no filler. The cost is front-loaded in brackets, followed immediately by the tool's purpose and output, making it easy to scan and process.

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?

For a simple read-only tool with rich annotations and full schema coverage, the description is mostly complete: it states cost, purpose, and high-level output. Since there is no output schema, it would benefit from slightly more detail about the response shape or the specific wallet address expected, but the gaps are minor.

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%, and the schema already documents the address path parameter and the optional x402 payment proof flow. The description adds no additional parameter-level meaning, so the baseline score of 3 is appropriate.

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 clearly states that this tool performs wallet portfolio analysis and returns token balances with USD valuation. It names a specific resource type (wallet) and expected output, though it does not explicitly differentiate itself from sibling tools like defi_lp_analytics or treasury_defender.

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?

No guidance is provided about when to use this tool versus alternatives. The description implies use for wallet-level portfolio analysis, but it does not mention exclusions, prerequisites, or sibling tools that might be more appropriate for related tasks.

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.