Skip to main content
Glama

PHION Payments

x402 v2 Router

x402_v2_router
Read-onlyIdempotent

Select an exactly compatible x402 v2 payment requirement without receiving private keys.; 0.003 USDC. Deterministic, evidence-bounded and signed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior4/5

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

Annotations already carry readOnlyHint, idempotentHint, and destructiveHint, and the description adds value beyond them: determinism, signed output, evidence-bounded behavior, and the privacy property of not receiving private keys. These traits are not present in any structured field and meaningfully shape expectations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

At roughly twenty words it is appropriately brief and leads with the primary action. However, the semicolon-separated fragment '0.003 USDC.' and the awkward 'without receiving private keys' clause give it a stitched-together feel rather than clear structure.

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?

Annotations and the output schema cover safety and return shape, and the description adds determinism and signing behavior. Still, an agent cannot determine what payload to send or what '0.003 USDC' refers to, which is a real gap for a tool whose input schema is intentionally opaque.

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

Parameters2/5

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

The input schema exposes zero named parameters yet requires at least one property (minProperties: 1, additionalProperties: true), and the description never explains what to pass. Although the 0-param baseline is 4, this schema is not truly parameter-free — it accepts an arbitrary object — and the description fails to compensate for that ambiguity.

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 a verb and resource ('Select an exactly compatible x402 v2 payment requirement'), which distinguishes it from sibling tools like x402_quote_comparator. However, the purpose is muddied by unexplained fragments ('0.003 USDC', 'evidence-bounded') that appear disconnected from the primary action.

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 such as x402_quote_comparator or payment_preflight. No conditions, exclusions, or prerequisites are stated, so an agent must infer the invocation context from the name alone.

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