Skip to main content
Glama

forecast_payment

Pre-signature x402 payment verdict: GO / HOLD / STOP for paying a counterparty, from settlement reputation, price-anomaly (quoted vs the payee's own median), and OFAC sanctions — with a third-party-verifiable Ed25519 signed receipt. Verdict only; never takes custody. Free under $10 at risk; over that, returns an x402 payment challenge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetYese.g. USDC
chainYese.g. base
payerNoagent's EVM wallet (optional; binds settlement)
amountYesamount as a decimal string, e.g. "0.09"
contextNo{quoted_price_history, expected_recipient}
agent_idNocaller DID/identity
resourceNowhat's being paid for
counterpartyYesrecipient wallet from the 402

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool is read-only (verdict only, never takes custody), provides a verifiable receipt, and has a free/challenge threshold. It does not cover auth or rate limits.

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 a single, well-structured sentence that front-loads the key output and conditions. It contains no filler, making it very concise for the information conveyed.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description explains the tool's purpose, output (verdict with receipt), and cost threshold. Given no output schema, it sufficiently covers return behavior. It does not detail the nested 'context' object, but the schema already describes it.

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?

All 8 parameters have descriptions in the input schema (100% coverage), so the description adds little beyond the schema. It provides context on how parameters like counterparty and amount are used in the forecast but does not repeat or enhance parameter semantics.

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?

The description clearly states the tool provides a pre-signature payment verdict (GO/HOLD/STOP) based on reputation, price anomaly, and OFAC sanctions, and emphasizes it never takes custody. This distinguishes it from payment execution tools.

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 specifies that the tool is free under $10 at risk and returns a challenge above that, giving a clear threshold. It implies use before payment, but lacks explicit when-not-to-use or alternatives since no siblings exist.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Only one tool exists, so there is no possibility of ambiguity or confusion for an agent selecting among tools.

Naming Consistency5/5

A single tool presents no naming inconsistency; the name 'forecast_payment' follows a clear verb_noun pattern and is descriptive.

Tool Count4/5

With just one tool, the server is minimal but arguably appropriately scoped for a single-purpose guardrail that only provides a verdict and never takes custody.

Completeness3/5

The tool covers the core verdict and challenge functionality, but lacks auxiliary operations like status checks, history, or configuration, leaving notable gaps for a full lifecycle.