Skip to main content
Glama

ACN Preflight

payment_preflight

Paid $0.02 technical payment preflight using independent Base RPCs. Not financial advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainYes
amountNo
addressYes
access_tokenYes
token_contractNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the behavioral burden. It discloses a $0.02 cost and use of independent Base RPCs, but it fails to state whether this is a read-only preflight, whether any on-chain transaction is initiated, what side effects exist, or what the agent should expect as output.

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

Conciseness4/5

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

The description is very short and front-loaded: the core cost and RPC context appear first, and the disclaimer is one clause. It is efficient, though it sacrifices substance for brevity.

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

Completeness1/5

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

For a tool with five parameters, no schema documentation, no annotations, and no output schema, the description is severely incomplete. It omits what the tool does, what inputs mean, what it returns, and when to invoke it.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain any of the five parameters (chain, amount, address, access_token, token_contract). An agent receives no extra meaning beyond the raw property names, so it cannot correctly populate the required fields.

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

Purpose2/5

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

The description repeats the tool's name ('payment preflight') without a specific verb or concrete outcome, so an agent cannot tell what action invoking it performs. 'Technical payment preflight using independent Base RPCs' adds infrastructure context but not a clear operational purpose, and it does not distinguish the tool from its siblings.

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 rather than bounty_reality_check or repo_contribution_readiness. 'Not financial advice' is a disclaimer, not a usage condition, and no prerequisites, scenarios, or exclusions are stated.

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