Skip to main content
Glama
BACH-AI-Tools

Coinranking1 MCP Server

get_coins

Retrieve cryptocurrency data with market statistics, filtering by symbols, tags, or tiers, and customize results with sorting and time period options.

Instructions

Get a list of coins. Coins are by default ordered by their rank, which - somewhat simplified - means that they are ordered on marketcap. The response not only returns a list of coins, but also statistics regarding the requested list, such as the volume in the last 24 hours.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
referenceCurrencyUuidNoUUID of reference currency, in which all the prices are calculated. This includes the price, the change and the sparkline. Defaults to US Dollar Default value: yhjMzLPhuIDl
timePeriodNoBy setting the timeperiod the change percentage and sparkline in the response will be calculated accordingly Default value: 24h Allowed values: 3h 24h 7d 30d 3m 1y 3y 5y
symbolsNoSymbols to filter the list on. Array parameters should be suffixed with brackets. Example: ?symbols[]=BTC&symbols[]=ETH.
uuidsNoUUIDs to filter the list on. If you know the UUIDs of the coins you want to fetch, you can use this filter to get the specific coins. Array parameters should be suffixed with brackets. Example: ?uuids[]=razxDUgYGNAdQ&uuids[]=Qwsogvtv82FCd.
tiersNoWe seperate coins into three tiers. With this parameter you can filter coins on the tiers you need. Read more about out our tiers in our methodology Array parameters should be suffixed with brackets. Example: ?tiers[]=1&tiers[]=2.
tagsNoTags to filter the list on. Allowed values: defi, stablecoin, nft, dex, exchange, staking, dao, meme, privacy Array parameters should be suffixed with brackets. Example: ?tags[]=defi&tags[]=nft.
orderByNoIndex to order by. All sortings excluding listedAt still take our different tiers of coins into account, read more about it in our methodology. Default value: marketCap Allowed values: price marketCap 24hVolume change listedAt
orderDirectionNoApplies direction to the orderBy query, which can be in ascending or descending order. Default value: desc Allowed values: desc asc
limitNoLimit. Used for pagination. Default value: 50 Size range: 0-10050
offsetNoOffset. Used for pagination. Default value: 00
Behavior3/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 does reveal that the response includes both a coin list and statistics, and mentions the default ordering behavior. However, it doesn't cover important aspects like pagination behavior (implied by limit/offset parameters but not explained), rate limits, authentication requirements, or error conditions. The behavioral information is incomplete for a tool with 10 parameters.

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 appropriately concise with two sentences that efficiently convey the core functionality. The first sentence states the primary purpose and ordering behavior, while the second adds important context about the response format. There's no unnecessary repetition or fluff, though it could be slightly more structured for clarity.

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 tool with 10 parameters and no output schema, the description provides basic but incomplete context. It explains what the tool returns (list + statistics) but doesn't detail the response structure, pagination behavior, or how to interpret the statistics. With no annotations and no output schema, more comprehensive behavioral and output information would be helpful for proper tool invocation.

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 schema already documents all 10 parameters thoroughly. The description adds minimal parameter semantics - it mentions the default ordering by rank/marketcap (related to orderBy parameter) and references 24-hour volume statistics (related to timePeriod parameter). However, it doesn't provide additional context beyond what's already in the comprehensive schema descriptions.

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: 'Get a list of coins' with additional statistics. It specifies the default ordering by rank/marketcap and mentions the inclusion of statistics like 24-hour volume. However, it doesn't explicitly differentiate from sibling tools like 'get_coins_index' or 'get_stats_for_selection_of_coins' which might have overlapping functionality.

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. With many sibling tools available (like get_coin, get_coins_index, get_stats_for_selection_of_coins), there's no indication of when this general list tool is preferred over more specific ones. The description only explains what the tool does, not when it should be selected.

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