Skip to main content
Glama

solmachina-x402

solmachina_slippage_map

Solana swap slippage / price-impact curve by trade SIZE: quotes the same pair at decade multiples of your base amount (via the Jupiter aggregator) and returns the impact per size plus a factual depth summary (largest tested size that stays under 1% / 5% impact). Execution intelligence beyond a single /v1/dex-quote. A quote, NOT an execution guarantee. NOT financial advice. Requires ?inputMint=&outputMint=&amount= (input base units).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
multsNoOptional comma-separated size multipliers of the base amount (default 0.1,1,10,100; up to 8).
amountYesBase units of inputMint for the 1x reference size (lamports for SOL, 1e6 per USDC).
inputMintYesBase58 mint you are selling, e.g. So11111111111111111111111111111111111111112 (SOL).
outputMintYesBase58 mint you are buying, e.g. EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v (USDC).
slippageBpsNoSlippage tolerance in basis points for min-received, 0-5000 (default 50).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Discloses it is a quote (not execution guarantee) and includes a 'not financial advice' disclaimer, plus mentions the use of Jupiter aggregator. Since no annotations are provided, this carries the full burden and is adequate.

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 moderately concise with clear sentences, though it repeats disclaimers and the 'Requires' line is redundant with the schema. It is not overly verbose.

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?

Provides enough context about the output (impact per size, depth summary) and the specific thresholds (1%/5% impact) to set expectations, despite lacking an output schema.

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 already describes all parameters with high coverage. The description adds minimal extra meaning beyond restating the required parameters and mentioning 'decade multiples' which is already implied by the 'mults' parameter description.

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?

Clearly states it quotes a slippage/price-impact curve by trade size using Jupiter aggregator, distinguishing it from a single quote and thus from sibling tools like dex_quote.

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?

Provides context that it is 'beyond a single /v1/dex-quote' and clarifies it is a quote not an execution guarantee, giving the agent a sense of when to use it, though it doesn't explicitly list alternatives or exclusions.

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