Skip to main content
Glama

koios_tx_cbor

Fetch raw CBOR-encoded transactions by providing transaction hashes. Retrieve on-chain transaction data from the Koios Cardano blockchain API.

Instructions

Get raw CBOR-encoded transactions by their hashes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results per page (1-1000)
orderNoColumn ordering
offsetNoPagination offset
selectNoComma-separated column names for vertical filtering
_tx_hashesYesArray of transaction hashes
Behavior2/5

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

No annotations are provided, so the description must disclose behavior. It states the output type ('raw CBOR-encoded transactions') but omits details about response structure (e.g., keyed by hash), error handling for missing hashes, pagination behavior, or any side effects. This is minimal disclosure for a tool with no annotation support.

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, direct sentence: 'Get raw CBOR-encoded transactions by their hashes'. It is front-loaded, specific, and contains no extraneous information.

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?

For a simple retrieval tool, the description conveys the core purpose but does not explain the response format (e.g., how CBOR is returned or keyed) or how the pagination parameters (limit, offset) affect results. Given the absence of an output schema, this is a notable gap.

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 schema already describes all 5 parameters, including the required `_tx_hashes`. The description only reinforces that hashes are transaction hashes, adding little beyond the schema. With 100% schema coverage, a 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 tool's function with a specific verb ('Get') and resource ('raw CBOR-encoded transactions') filtered by hashes. It distinguishes itself from sibling tools like koios_tx_info and koios_tx_metadata, which provide decoded or metadata information.

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 phrase 'by their hashes' implies the tool is used when transaction hashes are available and raw CBOR is needed. However, there is no explicit comparison to alternatives or guidance on when not to use this tool, leaving the context solely implied.

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