Skip to main content
Glama

scan_bottoms

Scan the market and return coins currently at a bottom (most oversold / strongest buy), ranked most-bottom first. PAY: $0.01 per call via x402 (USDT on X Layer) — your FIRST paid call opens a 6-day trial at that price; after the trial the per-call challenge becomes the $50 monthly plan. No account, no signup, no commitment; retry with the PAYMENT-SIGNATURE header when you get the 402 challenge. BEST COLD START: you do not need to pick a symbol — this ranks the whole universe for you. The free pitch tool tells you HOW MANY are at a bottom right now; this names them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many to return (default 5, max 50)
symbolsNoOptional custom symbol list; defaults to a top-coins set

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden and does substantial work: it discloses the $0.01 paid-call model, the 6-day trial switch to a $50 monthly plan, no-account requirement, and the PAYMENT-SIGNATURE retry on 402 challenges. It does not describe rate limits or what happens on invalid symbol lists, but the core call behavior is transparent.

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 most important purpose statement is front-loaded, and labeled sections (PAY, BEST COLD START) make the payment and cold-start guidance easy to parse. It is a little verbose in the trial/plan details, but each sentence carries information the agent needs.

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 covers the payment flow, auth retry behavior, no-signup expectation, output ordering, and how it differs from pitch, which is strong for a tool with no output schema and complex monetization. It is missing only a small amount of operational detail such as response shape and handling of bad symbols.

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 the baseline is 3; the schema already explains limit and symbols defaults. The description adds a cold-start hint that no symbol is required, though its phrase 'ranks the whole universe' is looser than the schema's 'top-coins set' default and could use reconciliation.

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 first sentence names a specific action and resource: scan the market and return coins currently at a bottom, with ranking order ('most-bottom first'). It further disambiguates from the sibling pitch tool by framing this tool as the one that names the bottom coins, not just counts them.

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 gives clear usage context: it is positioned as the 'BEST COLD START' because no symbol selection is required, and it explicitly routes count-only needs to the free pitch tool. It does not, however, state when to prefer the other market-scan sibling scan_tops or evaluate_symbol, so the guidance is not fully explicit.

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