Skip to main content
Glama

info_coin_get_coin_rankings

Read-onlyIdempotent

Boards: popular, gainers/losers, twitter_hot, airdrop, new_listing, market_pulse_hot. time_range only for gainers/losers. Single match→get_coin_info. Filtered list→search_coins. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoRows; default 20, max 400.
time_rangeNoOnly for top_gainers|top_losers: 1h|24h (default)|7d. Omit for other ranking_type or validation fails.
listing_fromNonew_listing only: Unix seconds from; 0 = omit.
ranking_typeYespopular|top_gainers|top_losers|twitter_hot|airdrop|new_listing|market_pulse_hot
listing_queryNonew_listing only: exchange / keyword for upstream query.
listing_tickersNonew_listing only: comma tickers e.g. BTC,ETH.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
itemsYes
totalYes
time_rangeYes
duration_msYes
ranking_typeYes

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds 'Read-only public research data. No account access, no order placement or fund transfers. Not investment advice,' which reinforces safety and purpose beyond what annotations provide. It doesn't contradict annotations, and the added context is useful for the agent's risk assessment.

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 compact, front-loading the core function (boards) and then addressing critical usage and safety points in a few short sentences. Every sentence adds value, with no extraneous content.

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 tool's complexity (6 parameters, output schema present) and rich annotations, the description covers the essential aspects: board enumeration, time_range constraint, alternative tool routing, and safety disclaimers. The output schema handles return-value details, so nothing critical is missing for correct usage.

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 covers 100% of parameters with detailed descriptions (e.g., limit, time_range, ranking_type). The description adds minimal new parameter information beyond re-stating the time_range constraint for gainers/losers, which is already in the schema. Thus it meets the baseline for full schema coverage without significantly enhancing semantics.

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 clearly states the tool retrieves coin rankings across named boards (popular, gainers/losers, etc.) and explicitly distinguishes it from get_coin_info and search_coins, which are sibling tools. The verb 'get' is implied by the title and the description's focus on board selection makes the purpose unambiguous.

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

Usage Guidelines5/5

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

Explicitly tells the agent when to use alternatives: 'Single match→get_coin_info. Filtered list→search_coins.' It also specifies that time_range only applies to gainers/losers, providing clear usage constraints without ambiguity.

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.1/5.0
Disambiguation5/5

Each tool targets a distinct data object and action (e.g., coin info vs rankings, market snapshot vs batch, marketdetail kline vs markettrend kline), with prefixes and descriptions clearly separated by domain. No two tools appear to serve the same purpose.

Naming Consistency5/5

All tools follow a consistent pattern: info_<domain>_<verb>_<object>, with verbs mainly get, search, and batch. The naming style is uniform across all 32 tools, making it easy to infer tool purpose from its name.

Tool Count3/5

32 tools is heavy compared to typical servers, and it exceeds the 25-tool threshold. However, the server is a comprehensive crypto data aggregator covering multiple subdomains (coin, macro, market, onchain, platform metrics), which justifies the large count to some extent. It sits at the borderline between borderline and too many.

Completeness5/5

The tool surface covers the full lifecycle for read-only research: coin discovery, rankings, search, technical analysis, onchain exploration, platform metrics, stablecoins, yield pools, bridges, and macro indicators. No critical missing functionality for the stated purpose of public research data access.