platform_get_tx_status
Get the status of a P-Chain transaction
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txID | Yes | The CB58-encoded transaction ID | |
| network | No | Avalanche network to query (default: mainnet) |
Get the status of a P-Chain transaction
| Name | Required | Description | Default |
|---|---|---|---|
| txID | Yes | The CB58-encoded transaction ID | |
| network | No | Avalanche network to query (default: mainnet) |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations present, the description carries the full burden of behavioral disclosure. It only says the tool gets a status; it does not disclose return format, possible status values, error behavior, network defaults beyond the schema, or read-only guarantees (though the verb implies it).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, focused sentence that immediately states the tool's purpose. It is concise, front-loaded, and contains no superfluous words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with two fully described parameters, but there is no output schema and the description does not explain the returned status shape or possible values. It is minimally adequate for tool selection, but less complete than would be ideal for an agent interpreting the result.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% for both parameters (txID and network), so the schema already provides full parameter meaning. The description adds no extra semantic detail beyond naming the resource, matching the baseline for fully documented schemas.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Get') and resource ('status of a P-Chain transaction'), clearly stating the tool's scope. It distinguishes from sibling tools like platform_get_tx by focusing on 'status', but does not explicitly contrast with siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 such as platform_get_tx, platform_get_utxos, or blockchain_lookup_transaction. There is no mention of prerequisites, typical use cases, or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.