Skip to main content
Glama

mcp-crypto-toolkit

compare_coins

Compare 2–5 cryptocurrencies side by side (price, mcap, volume, 24h change).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinsYesArray or comma-separated list, e.g. btc,eth,sol
vs_currencyNousd

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description must carry behavioral disclosure; it does disclose the comparison scope and metric set. However, it says nothing about output format, data source/freshness, or behavior on invalid coin identifiers, leaving a gap for a first-time agent.

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?

One concise, front-loaded sentence. Every word contributes: action, range, resource, and comparison dimensions. No filler or schema repetition.

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

Completeness3/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-only comparison tool, the description covers the main action and metrics, but with no annotations and no output schema it leaves unspecified the return shape and how vs_currency affects the comparison. An agent could probably call it correctly, but not with full confidence about the response.

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 description adds a useful constraint (2–5 coins) beyond the schema's 'Array or comma-separated list' example, but it does not explain the vs_currency parameter, whose schema description is missing. Because schema coverage is only 50%, the description should have provided at least some semantic contribution for the un-described parameter.

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?

Clearly states a specific action ('Compare') and resource ('cryptocurrencies'), with precise comparison metrics (price, mcap, volume, 24h change) and a 2–5 count constraint. This distinguishes it from siblings like get_price or top_coins without needing schema details.

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

Usage Guidelines3/5

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

The phrase 'Compare 2–5 cryptocurrencies side by side' implies the intended use case of multi-asset comparison, but the description never explicitly states when to use it instead of convert, get_price, or top_coins, nor any exclusions.

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

A3.5/5.0
Disambiguation5/5

Each tool targets a distinct action or use case: single price lookup, comparison, conversion, historical data, portfolio valuation, profit calculation, gas fees, search, top lists, and trending. Even get_price and compare_coins are clearly separated by single vs multi-coin scope.

Naming Consistency4/5

Most tool names follow a clear, identifiable pattern with snake_case and intuitive operation+target naming like compare_coins, get_price, search_coin, and top_coins. A few deviations like convert, gas_tracker, and trending are still readable and not confusing.

Tool Count5/5

Ten tools is well-scoped for a crypto toolkit. Each tool serves a meaningful standalone purpose and the count is neither bloated nor too thin.

Completeness4/5

The toolkit covers a broad range of crypto needs: pricing, comparisons, conversion, history, portfolio valuation, profit calculations, gas fees, top coins, and trending. Minor gaps exist around exchange-level data or detailed coin metadata, but the core surface is quite complete.