Skip to main content
Glama
bitcompare

Bitcompare MCP Server

Official

Top coins by market cap

top_coins
Read-onlyIdempotent

Retrieve a list of top cryptocurrencies ranked by market capitalization. Specify the number of coins to include, up to 500.

Instructions

Top N coins ordered by market capitalisation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of coins, default 100

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinsYes
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, covering safety and behavior. The description adds ordering and top N but does not disclose what fields are returned (though output schema exists). It does not contradict annotations.

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, clear sentence that front-loads the action and result. It is appropriately concise, though it could be slightly more structured by mentioning the optional parameter.

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?

Given the tool's simplicity (one parameter, annotations present, output schema exists), the description is adequate but lacks guidance on when to use this tool over similar sibling tools. The agent gets minimal context for decision-making.

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% for the single parameter 'limit', including default and range. The description adds no additional meaning beyond what the schema already provides.

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 returns the top N coins ordered by market capitalisation, a specific and distinct resource. It does not explicitly differentiate from sibling tools, but the name and description are sufficiently clear for an agent to understand its purpose.

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

Usage Guidelines3/5

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

The description implies usage for obtaining market cap rankings but provides no explicit guidance on when to use this tool versus alternatives like list_coins or top_movers. The agent must infer from the context of sibling tool names.

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/bitcompare/mcp-server'

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