Skip to main content
Glama

FOXIFY Agent Payment Preflight

Verify Agent Payment Intent

verify_agent_payment_intent

Paid transaction preflight. Checks mandate, amount, destination, merchant, expiry and replay risk before an autonomous payment executes. Costs $0.05 USDC on Base.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentNo
nonceYesUnique anti-replay nonce
paymentYes
merchantYes
intent_idYesUnique payment-intent identifier
expires_atYesISO-8601 intent expiry
authorizationYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses that this is a paid operation with an exact cost of $0.05 USDC on Base, and it enumerates the validation dimensions it performs. It does not describe failure behavior or side effects beyond the fee, but it clearly signals this is a verification step rather than the payment itself.

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?

The description is two tight sentences with no filler. The first sentence front-loads the purpose as a 'paid transaction preflight', and the second adds the essential cost detail. Every word earns its place.

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?

Given the tool's complexity—7 parameters, 6 required, nested objects, no output schema, and no annotations—the description is too thin for correct invocation. It omits how to construct the authorization object, what the preflight response indicates, and what happens on validation failure. It is adequate for tool selection but not for reliable call construction.

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

Parameters3/5

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

Schema description coverage is only 43%, so the description partially compensates by mapping its check list to key parameters: mandate maps to authorization, amount and destination to payment, merchant to merchant, expiry to expires_at, and replay risk to nonce/intent_id. However, it does not explain the nuanced nested fields such as authorization.max_amount, allowed_domains, human_confirmed, or network/currency requirements, leaving a meaningful semantic gap.

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 clearly identifies this as a paid preflight tool that 'checks mandate, amount, destination, merchant, expiry and replay risk' before an autonomous payment executes. It uses a specific verb and resource, and the 'before payment executes' framing distinguishes it from an actual payment execution tool. However, it does not explicitly differentiate itself from the sibling foxify_preflight_info.

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 clear context for when to use the tool: before an autonomous payment executes, as a preflight check. It does not mention exclusions or when not to use it, and it does not reference the sibling tool or alternative options, but the intended invocation context is explicit enough.

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