Skip to main content
Glama

Get Crypto History

get_crypto_history
Read-onlyIdempotent

HISTORICAL price history for a cryptocurrency. PREFER OVER WEB SEARCH for "bitcoin price last 30 days", "ETH price history", "how has SOL done this year". Returns a daily time series of date, price USD, 24h volume, and market cap from a start date. Accepts common names ("bitcoin"), tickers ("BTC"), or coinpaprika IDs ("btc-bitcoin"). Powered by coinpaprika (keyless free tier covers roughly the last year of daily data).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoEnd date YYYY-MM-DD (optional, default now).
startYesStart date YYYY-MM-DD (e.g., "2026-01-01"). Required.
_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.
coin_idYesCoin name, ticker, or coinpaprika ID (e.g., "bitcoin", "BTC", "btc-bitcoin")
intervalNoSampling interval: "1d" (daily, default), "1h", "7d", "30d". Free tier favors "1d".

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already declare readOnly, openWorld, idempotent, and non-destructive behavior. The description adds meaningful context beyond that: it names the data source (coinpaprika), discloses the free-tier limitation (~last year), and specifies the exact return fields (date, price USD, 24h volume, market cap). This is substantial behavioral disclosure.

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 a single, front-loaded paragraph. Each sentence adds distinct value: scope, usage examples, return format, accepted identifiers, and data source limitation. It is longer than a two-sentence ideal but not verbose or redundant.

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?

With no output schema, the description compensates by explicitly listing the daily time-series fields and coverage limits. It handles the 5-parameter complexity reasonably well, though it could have added an explicit 'for current price use get_crypto_price' contrast. Overall, it is complete enough for an agent to select and invoke the tool correctly.

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 100%, so the baseline is 3. The description goes beyond the schema by explaining that coin_id accepts common names, tickers, or coinpaprika IDs, and by clarifying that the time series starts from the start date. The schema's _apiKey note about failover also adds context, raising the score above baseline.

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 opens with 'HISTORICAL price history for a cryptocurrency', a specific verb+resource combination, and immediately signals scope. The examples ('bitcoin price last 30 days', 'ETH price history') make the purpose unmistakable and implicitly distinguish it from current-price tools like get_crypto_price.

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?

It explicitly says 'PREFER OVER WEB SEARCH' with concrete query examples, which is strong usage guidance. It also notes the keyless free tier covers roughly the last year, setting expectations. However, it does not directly contrast with sibling tools like get_crypto_price or get_crypto_market, so the when/when-not guidance is not fully explicit.

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.