Skip to main content
Glama

verify_payment_receipt

Audits one x402 payment against NEXUS's own delivery logs (its own assets only) and returns a signed receipt. verdict is one of VERIFIED_DELIVERY, PAYMENT_NO_DELIVERY, PAYMENT_NOT_FOUND. claimed_at must be an ISO-8601 timestamp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asset_nameYes
claimed_atYes
payer_addressYes
window_secondsNo
claimed_amount_usdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

No annotations are present, so the description carries the disclosure burden. It says the tool audits, returns a signed receipt, enumerates the exact verdict values, and requires claimed_at to be ISO-8601. It does not mention authentication, side effects, or signing details, but the core behavior is clearly disclosed.

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

Conciseness5/5

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

Every sentence earns its place: scope, return type, verdict enum, and timestamp constraint. There is no filler or repetition, and the description remains easy to scan despite containing multiple useful facts.

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?

For a tool with no output schema and no annotations, it gives useful return information through the verdict values and 'signed receipt.' However, the exact role of window_seconds, the interpretation of the claimed fields, and the shape of the signed receipt are missing, so an agent must still fill gaps before confidently invoking the tool.

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?

Schema description coverage is 0%, and the description only specifies the timestamp format for claimed_at. The remaining parameters, especially window_seconds with default 120, receive no meaning in the description, and the matching logic for claimed_amount_usd and payer_address is left entirely to inference.

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

Purpose5/5

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

States a specific verb and resource: 'Audits one x402 payment against NEXUS's own delivery logs' and limits it to 'its own assets only.' The three verdict strings make the expected output concrete and distinguish it from a generic or health-summary tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a clear when-to-use context: verifying a single payment against NEXUS's own logs. It also implies a scope limitation with 'its own assets only,' which helps differentiate it from a broader spend-health query, though it never explicitly names or rejects payer_spend_health.

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.