Skip to main content
Glama

Solana Wallet Balance

solana_wallet_balance
Read-onlyIdempotent

Native SOL balance of a Solana address, in lamports and SOL, with the slot it was read at. Answers "how much SOL does this address hold". Sourced live from public Solana JSON-RPC (getBalance).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
walletYesBase58 Solana wallet address (32-44 chars)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, non-destructive and open-world, so the safety profile is covered. The description adds value beyond that: it discloses the live data source ('public Solana JSON-RPC (getBalance)') and that a slot is returned, indicating freshness/snapshot semantics.

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?

Three short sentences with zero filler. Resource and units are front-loaded, followed by the natural-language intent, then provenance. Every sentence earns its place.

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?

Even without an output schema, the description enumerates the return contents (lamports, SOL, slot read at), so an agent knows what it will get. For a single-parameter, read-only lookup, nothing material 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?

Schema coverage is 100% for the single 'wallet' parameter, including base58 format and length constraints, so the schema carries the burden. The description adds no format or syntax detail beyond it. Baseline 3 applies.

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?

States a specific resource and scope: 'Native SOL balance of a Solana address'. The word 'native' implicitly carves it out from sibling solana_wallet_tokens (SPL token balances), and the rephrased natural-language prompt clarifies the exact agent question it answers.

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?

The line 'Answers "how much SOL does this address hold"' gives an implied usage context, but there is no explicit when-to-use guidance, no exclusions, and no named alternative (e.g. solana_wallet_tokens for non-native assets). Adequate but leaves routing partly to inference.

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.