Skip to main content
Glama

aries_tokens_by_address

Retrieve all Alkanes tokens held by a Bitcoin address, including outpoints and rune balances.

Instructions

List all Alkanes tokens held by a Bitcoin address (wraps alkanes_protorunesbyaddress, protocolTag is always 1). Returns outpoints and the rune balances at each. Note: very high-activity addresses (thousands of UTXOs, e.g. the frBTC treasury) can exceed the RPC timeout.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesBitcoin address, e.g. bc1q…/bc1p…
blockTagNoBlock tag, default "latest"
Behavior4/5

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

With no annotations, the description discloses the output (outpoints and balances) and importantly warns about RPC timeouts for high-activity addresses. This is useful behavioral context. However, it does not explicitly state idempotency or side effects, though 'list' implies a read operation.

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?

Extremely concise: two sentences plus a note, all front-loaded with the core purpose. Every sentence adds value with no fluff.

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 2-param tool with no output schema, the description provides the essential information: purpose, output structure (outpoints and balances), and a significant operational caveat. Could be improved by clarifying the output format or defining 'Alkanes tokens', but it is adequate for the complexity level.

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 both parameters with descriptions. The description adds the context that it wraps another function and fixes protocolTag, but does not add new parameter-specific semantics. Baseline 3 is appropriate given 100% schema coverage.

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 it lists all Alkanes tokens held by a Bitcoin address, specifies it wraps an underlying function with fixed protocolTag, and describes the output (outpoints and rune balances). This is specific and distinguishes from sibling tools like aries_token (likely for a single token).

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?

Provides the core use case but no explicit guidance on when not to use it or alternatives. The warning about RPC timeouts for high-activity addresses is a helpful caveat, but it doesn't tell the agent when to choose this tool over others like aries_search.

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/bitbragi/alkanes-aries'

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