Skip to main content
Glama

koios_utxo_info

Retrieve UTxO details for given Cardano transaction outputs using tx_hash#tx_index references. Supports pagination, filtering, and extended data.

Instructions

Get UTxO information for given UTxO references (tx_hash#tx_index format)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results per page (1-1000)
orderNoColumn ordering
offsetNoPagination offset
selectNoComma-separated column names for vertical filtering
_extendedNoInclude extended UTxO data
_utxo_refsYesArray of UTxO references in tx_hash#tx_index format
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It only states a basic read action and does not mention pagination, extended data options, output format, or potential limitations. The agent receives minimal behavioral context beyond the operation itself.

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, focused sentence that immediately conveys the action and target format. Every word is essential, and there is no unnecessary detail or repetition.

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

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite rich schema coverage, there is no output schema and no annotations. The description is too terse to be fully self-sufficient; it fails to describe return values, pagination behavior, or the optional extended data flag. For a relatively simple tool, it still leaves meaningful gaps in operational 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?

The input schema has 100% coverage for all 6 parameters, with each property described. The tool description adds no additional parameter semantics; it merely repeats the format already found in the schema, so the baseline score of 3 applies.

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' and resource 'UTxO information', and specifies the exact input format (tx_hash#tx_index). This distinguishes it from sibling UTxO tools that operate by address, credential, or asset, making the purpose unambiguous.

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 implies usage when UTxO references are available, but it does not explicitly state when to use this tool over alternatives or mention sibling tools like address_utxos or asset_utxos. The context is present but relies on inference.

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