Skip to main content
Glama

Nota

price_crosscheck

Fetch independent USD spot prices for a symbol from CoinGecko, Coinbase and Kraken (no keys), report median and spread, and flag how far a reference price (e.g. RYO's) deviates from the exchanges.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesToken symbol, e.g. SOL
reference_pathNoWhere the reference price came from
reference_priceNoPrice to compare against, e.g. RYO deep_analysis price
reference_fear_greedNoA Fear & Greed value to compare with alternative.me

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?

With no annotations, the description carries the behavioral burden. It discloses that this is a read-only fetch, names the data sources, states the aggregation (median/spread), and explains the comparison output. It does not mention rate limits or error behavior, but the core 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single dense, front-loaded sentence that packs in sources, computation, output, and the reference-price use case. Every clause adds information; no filler.

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 explains what data is fetched, from where, and what is reported (median, spread, deviation flag). It does not specify output format or how optional reference params behave when absent, but the schema covers parameter basics and the overall usage is clear.

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 description coverage is 100%, so the baseline is 3. The description adds a useful example ('e.g. RYO's') for the reference price and situates it in the comparison workflow, but does not substantially elaborate on reference_path or reference_fear_greed beyond schema text.

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 is explicit and specific: 'Fetch independent USD spot prices... from CoinGecko, Coinbase and Kraken', then 'report median and spread', then 'flag how far a reference price deviates'. This clearly distinguishes it from the sibling news/technical/narrative tools.

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 intended use case is clear: cross-check a reference price against independent exchange prices and surface deviation. It doesn't explicitly name alternatives or say when not to use it, but the price-comparison context is evident from the description.

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.