Skip to main content
Glama

Get AA Balances

obyte_get_aa_balances
Read-onlyIdempotent

Get the balances held by any Obyte autonomous agent address, with optional mainnet or testnet selection to retrieve raw ledger amounts.

Instructions

Raw hub read. Returns balances held by one autonomous agent address. Use obyte_analyze_aa for a decimals-aware summary.

Network: this server serves both Obyte networks at once. Pass "network":"mainnet" or "network":"testnet" to choose; when omitted it defaults to mainnet. If the user has not made the network explicit, confirm which network they mean before calling.

Amounts: raw ledger amounts in this output are integers in the asset's smallest units (base is GBYTE with 9 decimals). Never show raw integers to users: prefer display_total fields when present, otherwise resolve decimals with obyte_resolve_asset or obyte_get_decimals_by_symbol_or_asset and divide by 10^decimals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYes
networkNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.1

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already mark it read-only and idempotent, and the description adds meaningful behavior beyond that: it returns raw ledger integers in smallest units, defaults to mainnet, requires network confirmation when unspecified, and instructs agents never to surface raw integers to users. This operational context goes well beyond what the annotations convey.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The text is longer than a bare sentence but stays scannable with 'Network:' and 'Amounts:' blocks, and every paragraph earns its place by adding operational guidance. It is front-loaded with the core definition before usage caveats. Minor redundancy is acceptable.

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 two-parameter read with no output schema, the description covers the critical invocation decisions—which network to hit and how to interpret raw units—and points to siblings for deeper analysis. It hints at 'display_total fields' but does not enumerate the response shape, so an agent cannot know the exact return structure in advance. Despite that gap, it is sufficient to call the tool correctly and handle its output safely.

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

Parameters4/5

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

Schema description coverage is 0%, forcing the description to carry parameter meaning. It explains the network parameter in full: the two enum values, the mainnet default, and the instruction to confirm with the user. Address semantics are only described indirectly as 'one autonomous agent address,' leaving some detail to the schema's min/max length constraints.

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 opening phrase 'Raw hub read' plus 'Returns balances held by one autonomous agent address' names a specific verb, resource, and scope. It explicitly contrasts with obyte_analyze_aa in the same breath, so an agent can tell this raw AA-balance tool apart from the decimals-aware sibling.

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?

The description directs agents to obyte_analyze_aa when a decimals-aware summary is wanted, and it gives concrete network-selection guidance including confirming the user's intended network before calling. It does not, however, discuss when to prefer this over obyte_get_balances or other balance-related siblings.

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

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/Taump/obyte-mcp'

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