Skip to main content
Glama

PHION Agent Trust Infrastructure

transaction_recovery

x402 paid transaction failure classification and signed recovery claim; 0.010 USDC on Base.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
policyYes
paymentYes
attemptsNo
assuranceYes
transaction_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden, and it does disclose one useful trait: the tool is paid (0.010 USDC on Base), which tells the agent a payment is required. However, it says nothing about side effects, whether a signed claim is issued on-chain or off, reversibility, auth requirements, or rate limits.

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?

A single front-loaded sentence with no filler; the pricing clause is compact. It is efficiently written, though its terseness contributes to the underspecification rather than being a virtue of restraint.

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

Completeness1/5

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

A high-complexity tool with four required parameters including nested objects, no output schema, no annotations, and 0% schema coverage gets only one line of description. The agent lacks everything needed to invoke it correctly: parameter shapes, prerequisites, and expected output.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% across 5 parameters, four of them required and three of them nested objects (policy, payment, assurance). The description adds no information about what any of these opaque objects must contain, leaving the agent unable to construct a valid call.

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 names a specific domain action (failure classification and signed recovery claim) on a specific resource (x402 paid transactions), which an agent can distinguish from siblings like transaction_assurance and payment_preflight. It is jargon-heavy and ambiguous about whether the tool recovers funds, classifies a failure, or issues a claim, but the core purpose is legible.

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 explicit when-to-use, no when-not-to-use, and no named alternative among the many preflight/assurance/verify siblings. Usage is only implied by the word 'failure', leaving the agent to guess this runs after a payment has failed rather than before.

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.

Resources