Skip to main content
Glama
akshaygp18

crypto-mcp-server

by akshaygp18

Search for coins

search_coins
Read-only

Search by coin name or ticker to obtain its CoinGecko ID, converting symbols like BTC to the required slug format for other tools.

Instructions

Find coins by name or ticker symbol and return their CoinGecko ids. Call this whenever you are unsure of a coin id — every other tool expects the id slug ('bitcoin'), not the symbol ('BTC').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of matches to return (1-50).
queryYesName or ticker to search for, e.g. 'solana' or 'SOL'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinsYesMatching coins, ordered by CoinGecko's relevance ranking.
queryYesThe search string that produced these hits.
total_matchesYesNumber of hits returned after the result limit was applied.
Behavior4/5

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

Annotations already indicate read-only, non-destructive behavior. The description adds useful behavioral context: it returns CoinGecko ids and clarifies that other tools expect slug format, which is important for correct downstream use. No contradictions with annotations.

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?

Two sentences, each earning its place. The first states the action and output; the second provides essential usage guidance about when to call and the slug/symbol distinction. No filler.

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?

With a rich schema, output schema present, and helpful annotations, the description fills the remaining need: explaining the tool's role in the broader workflow (id lookup). It is complete for a simple search 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?

Schema coverage is 100% with clear descriptions for both 'query' (name or ticker, with examples) and 'limit' (max matches, range). The description itself doesn't add parameter detail, but the schema already does the heavy lifting, so baseline 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?

Description uses a specific verb ('Find'), names the resource (coins), and states the output (CoinGecko ids). It sets this tool apart from siblings by explaining its role as an id-lookup helper, noting that every other tool expects the slug rather than the symbol.

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?

Provides an explicit trigger: 'Call this whenever you are unsure of a coin id'. Clearly distinguishes from other tools by referencing the slug-vs-symbol convention, but does not explicitly state when not to use it or name an alternative tool for the same purpose.

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

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