Skip to main content
Glama

xrp_get_token_balances

Retrieve token balances for a given XRP address. Use it to view assets, support portfolio tracking, or analyze on-chain holdings.

Instructions

Get token balances for an XRP address

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesXRP address to check
Behavior2/5

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

No annotations are provided, so the description alone must disclose behavioral traits. It only states that the tool gets token balances, with no mention of read-only nature, return format, pagination, or failure behavior. The action verb 'get' implies reading, but important behavioral details are absent.

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, clear, front-loaded sentence. It contains no unnecessary words and is appropriately concise for a simple one-parameter read operation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema and no annotations, the description should indicate what is returned or at least clarify that it returns token balances for the given address. It lacks details about response structure, empty results, or comparison to native balance, leaving notable gaps for a tool with minimal structured metadata.

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 has 100% coverage: the single parameter 'address' is described as 'XRP address to check', and the description repeats this context. The description adds no additional semantic detail beyond the schema, 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.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Get token balances for an XRP address' clearly states the action (get) and resource (token balances for an XRP address). It distinguishes itself from the sibling tool xrp_get_balance by explicitly indicating token balances rather than a general/native balance.

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?

There is no explicit guidance on when to use this tool versus alternatives like xrp_get_balance or xrp_get_transaction_history. The only usage context is implied through the phrase 'token balances', but no exclusions or alternative recommendations are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nirholas/universal-crypto-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server