Skip to main content
Glama

platform_get_utxos

Get UTXOs that reference a given set of P-Chain addresses

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of UTXOs to return
networkNoAvalanche network to query (default: mainnet)
addressesYesList of P-Chain addresses to get UTXOs for
sourceChainNoIf fetching atomic UTXOs, the chain they were exported from

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.2/5.0
Behavior1/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 only states the action and does not disclose any behavioral traits such as default network, how the limit parameter behaves, sourceChain semantics, or output format. This is insufficient for operational transparency.

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, front-loaded sentence with no redundant words. It communicates the essence efficiently.

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?

The schema thoroughly documents all parameters, and the description clearly states the tool's purpose. Since there is no output schema, the return format is not specified, but for a simple getter with well-documented parameters, the description is largely complete. A small gap is the lack of mention of atomic UTXOs or network default, but this is not critical.

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 provides descriptions for all 4 parameters (100% coverage). The description adds no new meaning beyond echoing that addresses are P-Chain addresses; the limit, network, and sourceChain parameters are not elaborated in the description. Baseline 3 is appropriate given full schema coverage.

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', resource 'UTXOs', and scope 'P-Chain addresses'. It distinguishes this tool from sibling tools like platform_get_balance or platform_get_tx by targeting UTXOs specifically.

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?

There is no guidance on when to use this tool versus alternatives, no mention of prerequisites, and no exclusions. The description only states what the tool does, leaving the agent to infer usage context from the name and schema.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.