Skip to main content
Glama

Crypto

crypto

Live spot prices for crypto coins (BTC, ETH, SOL, ...) in USD or another fiat, with 24h change. Accepts tickers or CoinGecko ids. Try GET /crypto/sample.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinsYes
vs_currencyNousd

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are present, so the description must carry the burden. It discloses the core behavior: live prices, 24h change, and accepted identifier forms. However, it does not mention rate limits, data delays, response shape, or behavior for unknown or invalid tickers, leaving some behavioral uncertainty.

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?

The description is two short sentences with the main capability front-loaded and identifier handling second. No filler is present, and the sample-path hint is a useful extra rather than unnecessary noise.

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 simple two-parameter read tool, the description covers the return type (prices with 24h change), the input forms, and even a sample hint. Without an output schema, a bit more detail about the response structure would be helpful, but the definition is still adequate for selecting and invoking the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It does so by explaining that coins can be tickers or CoinGecko ids and that vs_currency is a fiat currency such as USD. It could add exact currency-code formats, but it gives meaningful guidance beyond the raw JSON schema.

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 provides live spot prices for crypto coins in a chosen fiat currency, with 24h change, and names concrete examples (BTC, ETH, SOL). This is specific enough to distinguish it from all listed sibling tools, which cover news, weather, search, and general extraction.

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 opening clause implies a clear use case: use this tool when current crypto spot prices or 24h changes are needed. It does not explicitly name alternatives or exclusions, but none of the sibling tools overlap with crypto pricing, so the context is sufficient for selection.

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