Skip to main content
Glama

sol_wallet_analysis

Analyze a Solana wallet: SOL balance, USD value, SPL token holdings

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesSolana wallet public key

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

No annotations provided, so description carries full burden. It implies read-only analysis and lists expected outputs, but doesn't disclose details like response format, error handling, or data freshness. This is adequate but not deeply transparent.

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?

One concise sentence, front-loaded with 'Analyze a Solana wallet' and immediately lists key outputs. No wasted words.

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 single-parameter tool without output schema, the description lists the three main result categories, giving sufficient context. However, it lacks explicit statement of return structure or limitations, so not fully complete.

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 covers the single 'address' parameter with 'Solana wallet public key' (100% coverage). Description adds context that the analysis includes balance and holdings, but parameter semantics are already fully documented.

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?

Clearly states the tool analyzes a Solana wallet and lists specific data points (SOL balance, USD value, SPL token holdings), distinguishing it from sibling tools that focus on network stats, DEX volume, etc.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description implies usage when you need wallet balance/holdings, but doesn't explicitly mention when to use it instead of other sibling tools or any exclusions. Sibling names provide some contrast but the description itself lacks explicit 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.8/5.0
Disambiguation5/5

Each tool targets a distinct aspect of Solana: network stats, DeFi yields, DEX volumes, protocol health, validators, wallets, tokens, and transactions. Even potentially similar tools like sol_protocol_list and sol_protocol_health are clearly separated by purpose (ranking vs. health metrics).

Naming Consistency5/5

All tools follow a strict sol_<resource> pattern with noun phrases (e.g., sol_bridge_flows, sol_token_risk). This is consistent and predictable, though not verb_noun, the pattern is uniform and readable.

Tool Count5/5

12 tools is well within the ideal range for a Solana data oracle. Each tool covers a meaningful area without redundancy, and the count reflects the complexity of the domain without feeling bloated.

Completeness5/5

The toolset provides comprehensive coverage of Solana ecosystem monitoring: network health, DeFi stats, protocol risk, token risk, wallet analysis, and transaction monitoring. No obvious dead ends or missing critical operations for the purpose of an oracle server.