Skip to main content
Glama

PHION Agent Trust Infrastructure

transaction_assurance

x402 paid end-to-end transaction assurance; 0.015 USDC on Base. Separately verifies settlement, delivery and deterministic acceptance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offerYes
intentYes
paymentYes
deliveryYes
acceptanceNo
transaction_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.3/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 burden. It states the paid nature (x402, 0.015 USDC on Base), which is valuable, but omits whether it is read-only or mutating, whether it's idempotent, what happens on failure, and any side effects. The verification behavior is described structurally but without operational characteristics.

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?

Two compact sentences that front-load the paid context and verification scope. No filler. However, the second sentence's three `verify` targets (settlement, delivery, deterministic acceptance) are terse and could benefit from one clause of clarification.

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?

For a complex tool with four nested-object parameters and no output schema, the description is insufficient. It does not describe the shape of the nested inputs, the expected outcome of verification, or return structure. The pricing context is useful but does not compensate for the missing input semantics and behaviors.

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 coverage is 0% and the description provides no parameter explanations. Six parameters, five required and four of them nested objects (intent, offer, payment, delivery) plus acceptance and transaction_id, are completely undocumented in both schema and description. An agent cannot know what shape the nested objects should take.

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

Purpose3/5

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

The description names the resource ('end-to-end transaction assurance') and specifies what is verified (settlement, delivery, deterministic acceptance), giving a clearer picture than the bare name. But 'transaction assurance' is abstract, and the verb is implicit — the agent must infer it performs verification. It doesn't distinguish itself from siblings like verify, attest, or journey_verify.

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?

No explicit when-to-use or when-not-to-use guidance is provided. With many overlapping verification siblings (verify, attest, journey_verify), the definition gives no routing signal for when this tool is the right choice. Usage context is only implied by the topic.

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