Skip to main content
Glama

get_btc_tx_history

Read-onlyIdempotent

Retrieve the most recent Bitcoin transaction history for any mainnet address. Each entry includes txid, satoshis sent/received, network fee, block height, time, and RBF eligibility.

Instructions

READ-ONLY — recent Bitcoin transaction history for a single address (newest-first). Each entry surfaces txid, received/sent sats from this address's perspective, the network fee, block height + time (when confirmed), and an RBF-eligible flag (sequence < 0xFFFFFFFE on at least one input). Default 25 txs, capped at 50 (one Esplora page); pagination beyond is a follow-up.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesBitcoin mainnet address. Accepts legacy (1...), P2SH (3...), native segwit (bc1q...), and taproot (bc1p...). Testnet/signet not supported.
limitNoMax number of txs to return (newest-first). Default 25; capped at 50 (one Esplora page). Pagination beyond this is a follow-up.
Behavior5/5

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

The description discloses key behavioral details beyond annotations: the exact fields returned (txid, sats, fee, block height/time, RBF flag), the RBF eligibility condition, and the pagination limit. Annotations already indicate read-only and idempotent, and the description adds no contradiction.

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?

Two sentences pack all essential information: purpose, returned fields, behavioral notes, defaults, and page limit. No extraneous words; highly efficient.

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?

Despite missing output schema, the description lists all returned fields and explains key details (RBF flag, pagination). The tool is simple and fully covered for agent decision-making.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds significant value: for 'address' it enumerates accepted formats and explicitly excludes testnets; for 'limit' it states default and page cap. This enriches the schema definitions.

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 explicitly states it provides 'recent Bitcoin transaction history for a single address (newest-first)', clearly identifying the verb, resource, and scope. It differentiates from sibling tools (e.g., get_btc_balance) by focusing on transaction history.

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

Usage Guidelines4/5

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

While not explicitly contrasting with alternatives, the description clearly defines the tool's purpose and limitations (e.g., 'Default 25 txs, capped at 50 (one Esplora page); pagination beyond is a follow-up'). This implicitly guides agents on when to use this tool for paginated queries.

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/vaultpilot-mcp'

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