Skip to main content
Glama

402 Dispatcher

x402_agent402_tools_api_crypto_price_11

x402_agent402_tools_api_crypto_price_11

[PAID inbound $0.01 → then proxy $0.0110] Live crypto prices for one or many coins in any vs_currency (usd, eur, btc, eth, etc). Returns last price, 24h change %, 24h volume, and market cap per coin. The simplest crypto price read - for ranked market-cap tables use crypto-market, for candles use crypto-history. Accepts ticker symbols (BTC, ETH, SOL) for the top ~50 by market cap, or canonical CoinGecko ids (e.g. "render-token") for any of the ~15k tracked coins. Batched: up to 25 coins per call. Upstream: https://agent402.tools/api/crypto-price Method: GET Example query: {"coins":"BTC,ETH,SOL","currency":"usd"}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional JSON body for non-GET requests
queryNoOptional query string parameters for the upstream HTTP request

TDQS

A4.4/5.0
Behavior4/5

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

The description discloses the paid nature (cost per call) and specifies the HTTP method (GET). It also indicates it proxies an upstream request. While it doesn't delve into error handling or rate limits, given the absence of annotations, this is useful and adds context beyond the schema. No contradictions.

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 relatively long but well-structured, covering pricing, functionality, alternatives, input formats, and an example in a logical flow. It is informative without being redundant, though slightly verbose. The key details are front-loaded, making it easy to scan.

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

Completeness5/5

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

The tool is simple and self-contained. The description explains what it returns, how to specify inputs, and when to use it, with an example. Since there is no output schema, the return fields are described adequately. All necessary information for a correct call is present, making it complete.

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?

The schema only defines generic 'body' and 'query' objects with additionalProperties, so the actual parameters (coins, currency) are not structurally defined. The description compensates by naming the parameters and giving examples, but it doesn't specify whether they are required or optional, nor their exact locations in the request (query vs body). This partial coverage warrants a mid-range score.

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's purpose: providing live crypto prices for one or many coins, returning last price, 24h change, volume, and market cap. It also distinguishes it from siblings by explicitly naming alternatives for ranked market-cap tables and candles, making it easy to select.

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

Usage Guidelines5/5

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

It gives explicit guidance on when to use this tool: as the simplest crypto price read, and when to use alternatives. It also explains the input formats (ticker symbols for top ~50, CoinGecko IDs for all) and provides an example query, leaving no ambiguity about invocation.

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.

TDQS

C2.6/5.0
Disambiguation1/5

The core dispatcher tools are distinct, but the 84 auto-discovered wrappers contain dozens of near-identical news, weather, and translation endpoints. An agent cannot reliably tell many of these apart without reading provider-specific details, and misselection is likely.

Naming Consistency2/5

Core tools use a readable verb_noun pattern, but most tools are machine-generated `x402_<domain>_<path>_<number>` names with opaque numeric suffixes. The two naming schemes are mixed, and the generated names are not intuitive.

Tool Count1/5

95 tools is an extreme mismatch for a coherent MCP surface. The bulk are auto-registered third-party proxies that duplicate the same few categories, creating massive prompt bloat and selection overhead.

Completeness4/5

For an x402 dispatcher, the core lifecycle is well covered: discovery, search, quote, route-and-call, stats, paywall status, and cashflow/P&L. Minor gaps such as no deregistration or detailed per-transaction drill-down exist, but main workflows do not dead-end.

Resources