Skip to main content
Glama
BACH-AI-Tools

Coinranking1 MCP Server

get_coin_supply_history

Retrieve historical supply data for cryptocurrencies to analyze circulating amounts over time, using customizable intervals and limits for tracking changes.

Instructions

With the coin supplies endpoint you can check out a coin's historical amount of supplies. You can read more about supplies in our FAQ.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intervalNoThe interval determines the time period over which each supply item is determined. Default value: day Allowed values: hour day week month
limitNoLimit. Limit the amount of time periods for which the supplies 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-5000
uuidYesUUID of the coin you want to request the supply for
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool retrieves historical supply data but doesn't mention key behaviors such as whether it's a read-only operation, potential rate limits, authentication requirements, error handling, or the format of returned data. The FAQ link is external and not integrated into the description, so it adds minimal value for an AI agent.

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 concise and front-loaded, stating the tool's purpose in the first sentence. The second sentence provides an external FAQ link, which is somewhat redundant but not overly verbose. Overall, it avoids unnecessary details and is appropriately sized for a simple data retrieval tool, though the link could be integrated more seamlessly.

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 the lack of annotations and output schema, the description is incomplete. It doesn't explain what the output looks like (e.g., time-series data format), potential limitations, or how it differs from sibling tools. For a tool with three parameters and no structured output information, the description should provide more context to help the agent understand the full scope and behavior of the tool.

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 input schema has 100% description coverage, with clear documentation for all three parameters (interval, limit, uuid), including defaults, allowed values, and ranges. The description adds no additional parameter semantics beyond what the schema provides, such as examples or contextual usage tips. This meets the baseline score of 3, as the schema adequately covers parameter details without needing extra explanation in the description.

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

Purpose4/5

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

The description clearly states the tool's purpose: 'check out a coin's historical amount of supplies.' It specifies the verb ('check out') and resource ('coin's historical amount of supplies'), making it easy to understand what the tool does. However, it doesn't explicitly differentiate from sibling tools like 'get_coin_price_history' or 'get_coin_market_cap_history,' which might also retrieve historical data but for different metrics.

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?

The description provides no guidance on when to use this tool versus alternatives. It mentions an FAQ link for general information about supplies but doesn't specify use cases, prerequisites, or comparisons to sibling tools like 'get_coin' or 'get_coins,' which might offer related data. This lack of contextual direction leaves the agent to infer usage based on the tool name alone.

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