Skip to main content
Glama
friendlygeorge

CoinGecko MCP Server

search_coins

Find cryptocurrencies by name or symbol. Returns results ranked by market cap with IDs for use in price and details tools.

Instructions

Search cryptocurrencies by name or symbol. Returns matching coins ranked by market cap, each with name, symbol, rank, and CoinGecko ID. Use the returned ID in get_prices, get_coin_details, or get_price_history for full data on a specific coin.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch term (e.g. 'bitcoin', 'ETH', 'solana')
limitNoMax results (default 10)
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It states results are ranked by market cap and lists return fields, but does not cover rate limits, pagination behavior, or error conditions. The description is adequate but not comprehensive.

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 three well-structured sentences: purpose, return format, and follow-up usage. No wasted words; critical information is front-loaded.

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

Completeness4/5

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

Given no output schema and no annotations, the description covers the essential elements: what the tool does, what it returns, and how to use the output. Missing details like sorting order (implied but not explicit) and result size limits beyond the limit parameter, but overall satisfactory.

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 coverage is 100% (both parameters have descriptions). The tool description reiterates the search term and limit purpose but adds no new semantic meaning beyond what the schema already provides. Baseline score of 3 is appropriate.

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's purpose: 'Search cryptocurrencies by name or symbol.' It specifies the return fields (name, symbol, rank, CoinGecko ID) and differentiates from sibling tools by instructing to use the returned ID for further details.

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

Usage Guidelines4/5

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

The description provides when to use this tool (to search for coins) and how to proceed after getting results (use ID in other tools). It implicitly discourages direct use if ID is already known, though it lacks explicit 'when not to use' guidance.

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

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