Skip to main content
Glama

koios_account_addresses

Get all payment addresses for specified stake accounts. Input stake addresses to return associated payment addresses, useful for auditing balances and transactions.

Instructions

Get all payment addresses associated with given stake accounts

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results per page (1-1000)
orderNoColumn ordering
_emptyNoInclude empty (zero balance) addresses
offsetNoPagination offset
selectNoComma-separated column names for vertical filtering
_first_onlyNoReturn only the first address per stake account
_stake_addressesYesArray of stake addresses (bech32 format)
Behavior2/5

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

There are no annotations, so the description carries the full burden. It discloses that the operation is a read ('Get'), but does not mention pagination, default filtering (e.g., whether empty addresses are excluded), or response shape. This is minimal behavioral disclosure for a tool with multiple filtering parameters.

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 sentence with no filler or redundant wording. It is front-loaded with the key action and resource, making it highly concise and easy to parse.

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

Completeness3/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 only covers the core purpose. It does not mention pagination, the meaning of '_empty' or '_first_only' (though these are in the schema), or how results are returned. For a tool with 7 parameters, this is adequate but has clear gaps in behavioral context.

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 description coverage is 100%, with all 7 parameters described. The description adds no parameter-specific meaning, but the schema already fully documents them, so the baseline 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 clearly states the verb 'Get', the resource 'payment addresses', and the scope 'associated with given stake accounts'. This distinguishes it from sibling account tools like account_info or account_utxos, which serve different purposes.

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?

No guidance is provided on when to use this tool versus alternatives, nor any exclusions or prerequisites. The description simply states what the tool does without contextualizing its appropriate use among the many account-related siblings.

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/michaeljfazio/koios-mcp'

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