Skip to main content
Glama

curvecall

Precheck

precheck

Pre-trade bundle: snapshot + risk screen + curve trade simulation in ONE call. Tells you what your buy will do - quote, slippage, rug-risk verdict. $0.01 USDC. No other x402 service sells trade simulation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sideNobuy
chainYes
addressYes
fee_bpsNo
paymentNo
amount_inNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations, the description carries the full burden, and it does provide meaningful behavioral context: it is a pre-trade/simulation tool (not an execution tool), it costs $0.01 USDC, and it returns quote, slippage, and a rug-risk verdict. It does not fully explain payment mechanics or side effects, but 'pre-trade' and 'simulation' make the non-executing nature reasonably clear.

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 short, front-loaded with the tool's core purpose, and every sentence is relevant. The only mildly extraneous line is the marketing claim 'No other x402 service sells trade simulation', but it still helps differentiate the tool from siblings.

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?

Despite an output schema being present, the description leaves important gaps for a paid, parameterized tool: it does not explain what amount_in should be, what fee_bps means, how payment works, or how the $0.01 USDC cost is applied. An agent would likely struggle to know whether to supply amount_in or how payment is handled.

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%, so the description must compensate for the six parameters, but it does not explain chain, address, side, fee_bps, amount_in, or payment. It only offers broad context like 'what your buy will do' and 'slippage', which provides minimal guidance for correctly filling in the parameters.

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 is a pre-trade bundle combining snapshot, risk screening, and curve trade simulation into one call, and explicitly says what it returns: quote, slippage, and rug-risk verdict. It also distinguishes the tool from sibling services by claiming it is the only x402 service selling trade simulation.

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

Usage Guidelines3/5

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

The description implies the primary use case ('pre-trade bundle') and emphasizes the simulation capability, which suggests when to choose it over individual sibling tools. However, it does not explicitly say when not to use it or name alternatives like quote_buy, quote_sell, token_risk, or token_snapshot for narrower needs.

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