Skip to main content
Glama

Get Crypto Market

get_crypto_market
Read-onlyIdempotent

Get top cryptocurrencies ranked by market cap. Returns rank, name, symbol, USD price, market cap, 24h volume, and 24h % change for each.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of coins to return (1-100, default 10)
_apiKeyNoOptional — your own CoinPaprika Pro API key for a dedicated quota (uses the api-pro endpoint). Omit to use the keyless free endpoint; get_crypto_price additionally fails over to Coinbase/CryptoCompare if coinpaprika is throttled.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
_noteNoWhy the fallback was used
coinsYes
currencyYes
_fallbackNoTrue when served from the fallback upstream

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the return-field list but does not reveal additional behavioral traits like rate limits, endpoint selection, or keyless vs. API-key behavior; those details appear only in the parameter schema, not the description.

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 a single, efficient sentence that front-loads the core action and result fields. It contains no filler or redundant information, every phrase earning its place.

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?

Given the low complexity, rich annotations, 100% schema coverage, and the presence of an output schema, the description is complete. It conveys the purpose, sorting basis, and returned fields, leaving no significant gaps for an agent to invoke the tool correctly.

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%: both 'limit' and '_apiKey' have meaningful descriptions, including default values and optionality. The main description adds no parameter-level meaning beyond what the schema already provides, so the baseline score of 3 applies.

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 states the exact operation: 'Get top cryptocurrencies ranked by market cap' and enumerates the returned fields. This clearly distinguishes it from sibling tools like get_crypto_price, get_crypto_history, and get_crypto_global by specifying the ranking scope and data fields.

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 description implies a use case—retrieving a market-wide ranked list—but provides no explicit when-to-use or when-not-to-use guidance. It does not mention alternatives or exclusions, so the agent must infer appropriate usage from the tool's purpose.

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

A4/5.0
Disambiguation4/5

Most tools have distinct purposes with clear descriptions, but some overlap exists (e.g., ask_pipeworx, ask_pipeworx_grounded, deep_research all retrieve structured data with subtle differences). Competitor analytics (ai_visibility_check, scan_competitor_ai_presence) also share similar goals.

Naming Consistency3/5

Names follow loose patterns within subgroups (get_crypto_*, polymarket_*, ask_pipeworx*), but overall there is no single consistent convention. Verbs and noun orders vary (e.g., get_crypto_price vs. validate_claim vs. remember).

Tool Count3/5

35 tools is high; many exceed the core 'crypto' domain (company profiles, npm dependencies, memory management, subscriptions). While each tool seems justified, the count feels heavy for a single server, risking cognitive load.

Completeness4/5

The tool set covers crypto basics (price, market, history), company data, prediction markets, and general data retrieval comprehensively. Minor gaps exist (e.g., no direct on-chain crypto data), but cross-domain coverage is strong.