Skip to main content
Glama
Wh0FF24

crypto-data-mcp

by Wh0FF24

get_token_info

Retrieve detailed fundamental information about a cryptocurrency token, including project description, market cap rank, supply metrics, and price history for analysis.

Instructions

Get detailed fundamental information about a cryptocurrency token, including its project description, official website, market cap rank, all-time high and all-time low prices with dates, circulating and total supply, fully diluted valuation, and price change percentages over 24 hours, 7 days, and 30 days. Use this when you need more than just a current price, for example for fundamental analysis, understanding a token history, or answering questions about supply dynamics. For just the current price or market cap, use get_price instead. Accepts common symbols (BTC, ETH) or CoinGecko IDs. Project descriptions are truncated to 500 characters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so the description carries the full burden. It discloses that project descriptions are truncated to 500 characters, and that it accepts both symbols and IDs. It does not explicitly state read-only nature or any other behaviors like data freshness, but the truncation detail and input flexibility add value.

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 focused paragraph that front-loads the main purpose. Every sentence contributes useful information, with no wasted words. It is appropriately sized for the tool's complexity.

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 one required parameter and an existing output schema, the description provides a thorough summary of returned data (market cap rank, ATH/ATL, supply, price changes, etc.). It also mentions the truncation limit, covering all necessary context for agent usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0% with no parameter description. The description compensates by stating 'Accepts common symbols (BTC, ETH) or CoinGecko IDs,' which adds meaningful guidance beyond the schema's simple 'Symbol' title.

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 'Get detailed fundamental information about a cryptocurrency token' and lists specific data points like project description, market cap rank, ATH/ATL, supply, etc. It distinguishes from siblings by explicitly mentioning 'For just the current price or market cap, use get_price instead.'

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?

Provides explicit when-to-use context: 'when you need more than just a current price, for example for fundamental analysis, understanding a token history, or answering questions about supply dynamics.' Also tells when not to use it, naming the alternative tool get_price, and specifies accepted input formats (common symbols or CoinGecko IDs).

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/Wh0FF24/crypto-data-mcp'

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