Skip to main content
Glama
BACH-AI-Tools

Coinranking1 MCP Server

get_coin_rank_history

Track cryptocurrency rank changes over time by market cap, volume, or price. Retrieve historical ranking data for specific coins to analyze performance trends.

Instructions

With the coin ranks endpoint you can check out how a coin was ranked throughout its existence. We have different rankings available for coins; by market cap (which is also the default ranking on coinranking.com), but also by 24 hour volume moving sum, by their sheer price in USD or in the fully diluted market cap.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intervalNoThe interval determines the time period over which each rank item is determined. Default value: day Allowed values: hour day week month
limitNoLimit. Limit the amount of time periods for which the ranks are retrieved. For example, when interval=hour and limit is 10, data will be returned for the last 10 hours. Default value: 50 Size range: 0-500050
uuidYesUUID of the coin you want to request the market cap data for. A UUID is our unique identifier for each coin. You can find them in all our coin endpoints, or look them up in the find UUID page.
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It describes what data is available (ranking types) but fails to mention critical behaviors like rate limits, authentication needs, pagination, error handling, or data format. For a tool with no annotations, this leaves significant gaps in understanding how it operates.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is moderately concise but could be more front-loaded; it starts with a general statement and then lists ranking types with embedded links, which adds some clutter. Sentences are informative but not optimally structured for quick scanning, and the inclusion of markdown links slightly reduces efficiency.

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

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations and no output schema, the description is incomplete. It explains what data is available but lacks details on return values, error cases, or operational constraints. For a tool with 3 parameters and historical data retrieval, more context is needed to ensure proper usage without relying on external documentation.

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 input schema already documents parameters (uuid, interval, limit) with details like defaults and allowed values. The description adds no additional semantic information about parameters beyond what the schema provides, such as examples or contextual usage. Baseline score of 3 is appropriate as the schema handles the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool retrieves historical ranking data for coins, specifying different ranking types (market cap, volume, price, fully diluted market cap). However, it lacks a clear, specific verb like 'retrieve' or 'fetch' and doesn't explicitly distinguish it from siblings like 'get_coin_market_cap_history' or 'get_coin_price_history', which might overlap in scope. The purpose is understandable but vague in differentiation.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives is provided. It mentions available ranking types but doesn't clarify scenarios for choosing this over similar tools (e.g., 'get_coin_market_cap_history' for market cap data only). Usage is implied through context but lacks direct instructions or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BACH-AI-Tools/coinranking1'

If you have feedback or need assistance with the MCP directory API, please join our Discord server