Skip to main content
Glama

Grid-trading parameter recommendation (paid: $0.05/call via x402)

gridparams
Read-only

PAID PER CALL ($0.05 USDC on Base via x402). Recommended grid-trading parameters (range, spacing, order size) for a pair and capital amount, derived from live 24h market structure. Unpaid calls return the exact x402 payment terms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetYesAsset symbol, one of: SOL, XLM, BTC, ETH, XRP, DOGE, LTC, ADA
capitalNoCapital in USD (default 1000)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds significant behavioral context beyond that: the call costs $0.05 USDC via x402, unpaid calls return payment terms instead of data, and the parameters are derived from live 24h market structure. This is exactly the kind of non-obvious behavior an agent needs to know.

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?

Two sentences with no filler. The payment warning is placed first, which is the most critical operational detail, and the functional purpose follows immediately. Every word earns its place.

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?

For a two-parameter tool with a required enum, the description and schema together cover the inputs. The return value is described at a high level (range, spacing, order size). It also explains the unpaid-call behavior, which is essential. There is no output schema, so a bit more detail about the exact payload shape could help, but it's adequate for correct invocation.

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 coverage is 100%, so both `asset` and `capital` are already well-documented in the input schema. The description adds no further parameter-level detail; it only restates the concepts of 'pair' and 'capital amount.' Baseline 3 applies because the schema carries the semantic weight.

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 states a specific deliverable (recommended grid-trading parameters: range, spacing, order size), the input context (pair and capital amount), and the data source (live 24h market structure). This clearly distinguishes it from the sibling tools like price, sentiment, or regime, which address different concerns.

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 phrase 'Recommended grid-trading parameters for a pair and capital amount' implies the use case clearly. The context of grid trading is explicit, and the tool's purpose is distinct enough that an agent wouldn't confuse it with siblings. However, it doesn't explicitly mention when not to use it or name alternative tools.

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.