Skip to main content
Glama

PHION Payments

Payment Optimizer

payment_optimizer
Read-onlyIdempotent

Rank only integration-tested payment routes under explicit cost and latency constraints.; 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

B3.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, and the description adds useful behavioral traits: 'Deterministic' reinforces idempotency, 'evidence-bounded' indicates inputs are constrained to verified data, and 'signed' suggests the output has a cryptographic signature. These go beyond the structured hints without contradicting them.

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?

The description is highly compact and front-loaded with the core action. However, the fragment '; 0.003 USDC.' is syntactically awkward and unexplained, and it consumes a sentence slot without clear value. The remaining phrases are informative but the overall structure feels clipped rather than intentionally concise.

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 tool with an open input schema and no parameters, the description leaves too much unsaid: how constraints are provided, what 'integration-tested' means in practice, what the signed output contains, and how this differs from payment_route_selector. The output schema exists but is not shown in context, so the description alone does not give an agent enough to call the tool correctly.

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

Parameters4/5

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

With a parameter count of 0 and 100% schema description coverage, the baseline is 4. The description mentions 'explicit cost and latency constraints' but does not specify how these are expressed (likely because the schema is an open object). Given no formal parameters, this is acceptable, though a little more context on the expected constraint shape would be helpful.

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 states a clear verb ('Rank'), a specific resource ('payment routes'), and a scope ('only integration-tested', 'under explicit cost and latency constraints'). It does not explicitly distinguish itself from sibling tools like payment_route_selector, but the scoping language is specific enough that an agent can infer its niche.

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 exclusions, and no mention of prerequisites. The phrase 'only integration-tested' implies a filtering behavior but does not explain how to decide between payment_optimizer and payment_route_selector or other payment-related siblings.

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