Skip to main content
Glama

get_btc_balances

Read-onlyIdempotent

Fetch Bitcoin balances for up to 20 addresses in parallel. Per-address errors are reported individually without failing the entire request.

Instructions

READ-ONLY — multi-address Bitcoin balance fetch (1-20 addresses). Per-address indexer errors are surfaced as errored entries instead of failing the whole call (mirrors how EVM portfolio enumeration handles flaky RPCs). Each successful entry has the same shape as get_btc_balance's output.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressesYes1-20 Bitcoin addresses to fetch in parallel. Per-address errors are surfaced as `errored` entries rather than failing the whole call.
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds meaningful behavioral context: multi-address nature, per-address error handling resulting in 'errored' entries, and output shape mirroring get_btc_balance. No contradictions with 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?

Three sentences, each serving a distinct purpose: stating the operation and limits, explaining error behavior, and referencing sibling output for output shape. No redundant or extraneous information. The purpose is front-loaded.

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?

No output schema exists, but the description compensates by referencing get_btc_balance's output shape. The single parameter is fully described in the schema. Given the tool's simplicity and the coverage from schema and annotations, the description is complete and self-sufficient.

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?

Input schema coverage is 100% with descriptive text for the parameter and its items. The description reinforces the per-address error handling already in the schema, and adds context about output similarity to get_btc_balance, but does not significantly enhance meaning beyond schema. 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 clearly states the tool is a READ-ONLY multi-address Bitcoin balance fetch for 1-20 addresses, with a specific verb (fetch), resource (Bitcoin balances), and scope. It distinguishes itself from siblings like get_btc_balance by specifying multi-address capability and per-address error handling.

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 description lacks explicit guidance on when to use this tool versus alternatives such as get_btc_balance or get_btc_account_balance. It mentions error handling but does not provide conditions like 'use when needing multiple addresses' or 'for single address use get_btc_balance'. The purpose is clear but the usage context is implied rather than stated.

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/szhygulin/recon-crypto-mcp'

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