Skip to main content
Glama
ymylive
by ymylive

get_exchange_info

Retrieve comprehensive details for any cryptocurrency exchange from CoinGecko, including description, links, trading volume, and top tickers, using its exchange ID.

Instructions

Get detailed info on a single exchange (CoinGecko directory): description, links, volume, top tickers.

Args: exchange_id: CoinGecko exchange ID (e.g. "binance", "gdax", "kraken"). See list_exchanges_directory to discover IDs. NOTE: CoinGecko exchange IDs sometimes differ from CCXT IDs (e.g. CoinGecko uses "gdax" for Coinbase Pro).

Returns: Exchange object with name, year_established, country, description, url, image, trust score, volume metrics, and a tickers array.

Note: exchange_id is validated against ^[a-z0-9][a-z0-9._-]{0,127}$.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
exchange_idYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that exchange_id is validated against a regex pattern and describes the returned object fields (name, year_established, country, description, url, image, trust score, volume metrics, tickers array). This is comprehensive, though it does not mention rate limits or authentication.

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 very concise, with a clear one-sentence summary followed by structured Args and Returns sections. Every sentence adds value, and there is no redundancy or fluff.

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 (1 param, no output schema), the description fully covers purpose, parameter semantics, and return values. It is complete enough for an agent to use the tool correctly without additional information.

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

Parameters5/5

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

The schema has 0% description coverage, but the description fully explains the exchange_id parameter: its meaning (CoinGecko exchange ID), examples (binance, gdax, kraken), how to discover valid IDs (list_exchanges_directory), and a note about differing IDs. It also provides a validation regex. This adds immense value beyond the schema.

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 info on a single exchange (CoinGecko directory): description, links, volume, top tickers.' It specifies the action (get detailed info), the resource (single exchange), and the source (CoinGecko directory). This distinguishes it from sibling tools like get_exchange_markets and list_exchanges_directory.

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 tells the agent how to find the exchange_id: 'See list_exchanges_directory to discover IDs.' It also warns about CoinGecko IDs differing from CCXT IDs. This provides clear context for when to use the tool, though it does not explicitly mention when not to use it or alternative tools.

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/ymylive/coin-mcp'

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