Skip to main content
Glama
akshaygp18

crypto-mcp-server

by akshaygp18

Get coin details

get_coin_details
Read-only

Fetch a complete cryptocurrency profile with description, homepage, categories, supply, all-time high, and current market data including 24h, 7d, and 30d price changes.

Instructions

Get a full profile for one coin: description, homepage, categories, supply figures, all-time high, and current market data including 24h, 7d, and 30d price changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coin_idYesCoinGecko coin id, e.g. 'bitcoin'.
vs_currencyNoCurrency for the market figures, e.g. 'usd'.usd

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesDisplay name.
symbolYesTicker symbol, upper-cased.
coin_idYesCoinGecko coin id.
low_24hNoLowest price in the last 24 hours.
high_24hNoHighest price in the last 24 hours.
homepageNoPrimary project website.
categoriesNoCoinGecko category tags.
market_capNoMarket capitalisation.
max_supplyNoHard cap on supply, if any.
descriptionNoEnglish project description, truncated.
vs_currencyYesCurrency the market figures below are denominated in.
last_updatedNoWhen CoinGecko last refreshed this record.
total_supplyNoCoins created, including locked.
total_volumeNo24-hour trading volume.
all_time_highNoAll-time high price.
current_priceNoLatest price.
market_cap_rankNoRank by market cap; lower is larger.
all_time_high_dateNoWhen the all-time high was set.
circulating_supplyNoCoins currently in circulation.
market_cap_displayNoFormatted market capitalisation.
current_price_displayNoFormatted latest price.
price_change_7d_percentNo7-day percentage change.
price_change_24h_percentNo24-hour percentage change.
price_change_30d_percentNo30-day percentage change.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds meaningful behavioral context by detailing what data the 'full profile' includes (e.g., supply figures, all-time high, 24h/7d/30d price changes), which goes beyond the structured annotations. It does not contradict annotations and enriches the agent's understanding of the tool's behavior.

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 a single, tightly-packed sentence that front-loads the main purpose ('full profile for one coin') and immediately lists the included data. Every element contributes directly to understanding the tool's output. There is no redundancy or filler, making it highly concise and well-structured.

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 simplicity (2 parameters, both documented), the presence of an output schema, and annotations covering safety, the description provides sufficient context. It clearly sets expectations for the breadth of data returned without needing to explain return formats (handled by output schema). The description is complete for an agent to select and invoke the tool correctly.

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?

The input schema provides 100% coverage with descriptions for both parameters (coin_id and vs_currency). The description does not add significant new parameter semantics; it mentions market data and price changes, which aligns with vs_currency but is already implied by the schema. Baseline 3 is appropriate since the schema handles the heavy lifting.

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: 'Get a full profile for one coin' and enumerates specific data categories (description, homepage, categories, supply figures, all-time high, and price changes). This distinguishes it from sibling tools like get_coin_price (which only returns price) and get_market_chart (which returns chart data). The verb 'get' plus the resource 'coin' and the detailed scope make 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 Guidelines3/5

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

The description implies usage when a comprehensive profile is needed, but it does not explicitly state when to use this tool versus alternatives. It lacks explicit 'when not to use' guidance or references to siblings such as get_coin_price for simple price queries. The context is clear but implied rather than directly stated.

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