Skip to main content
Glama

koios_tx_info

Get detailed Cardano transaction info: inputs, outputs, metadata, assets, and more by providing transaction hashes.

Instructions

Get detailed information about specific transactions including inputs, outputs, metadata, assets, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results per page (1-1000)
orderNoColumn ordering
_certsNoInclude certificates
offsetNoPagination offset
selectNoComma-separated column names for vertical filtering
_assetsNoInclude asset information
_inputsNoInclude transaction inputs
_scriptsNoInclude scripts
_bytecodeNoInclude script bytecode
_metadataNoInclude transaction metadata
_tx_hashesYesArray of transaction hashes
_governanceNoInclude governance data
_withdrawalsNoInclude withdrawals
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It fails to clarify that the listed components (inputs, metadata, assets, etc.) are controlled by opt-in boolean flags; the wording 'including' suggests they are always returned. It also doesn't mention pagination, required hashes, or response shape, making it misleading about default behavior.

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 description is a single, front-loaded sentence with an active verb and object. It is efficient, though 'etc.' is vague. Overall, it is concise and structurally sound for a high-level summary.

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?

Given 13 parameters, no output schema, and many sibling tools, the description is too brief. It doesn't explain that the components are optional flags, nor does it describe pagination or response structure. It leaves significant gaps for an agent to select and invoke the tool correctly.

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%, so baseline is 3. The description adds little beyond enumerating some parameter groups (inputs, outputs, metadata, assets) and 'etc.', providing no additional semantic detail beyond what the schema already documents.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves detailed transaction information, listing key components like inputs, outputs, metadata, and assets. It distinguishes itself from specialized siblings (e.g., koios_tx_metadata, koios_tx_cbor) by signaling a comprehensive scope. However, it doesn't explicitly mention that the input is transaction hashes, though 'specific transactions' implies it.

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?

No explicit guidance on when to use this tool versus alternatives. The description implies it is the primary tool for full transaction details but doesn't mention exclusions or alternatives. Given the many sibling tools (e.g., koios_tx_status, koios_tx_outs_epoch), this is a gap.

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