Skip to main content
Glama

Server Details

Live and historical cryptocurrency prices via CoinGecko free API.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.8/5 across 5 of 5 tools scored. Lowest: 3.2/5.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: current prices, historical data, market snapshot, coin search, and trending coins. No overlap or confusion possible.

Naming Consistency5/5

All tool names follow a consistent 'crypto_<descriptive_noun>' pattern with lowercase and underscores. Easy to predict and understand.

Tool Count5/5

5 tools is well-scoped for a crypto price server, covering essential functionalities without being overwhelming or insufficient.

Completeness5/5

The tool set covers all key aspects of the domain: price lookup, history, global market, search, and trending. No obvious gaps for its stated purpose.

Available Tools

5 tools
crypto_historyBInspect

Historical price series for a coin. days = lookback in days (1, 7, 14, 30, 90, 180, 365, 'max'). interval may be 'daily' or 'hourly' (free tier daily-only beyond 90 days).

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
vsNousd
daysNo
intervalNo
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It mentions the free tier constraint on interval beyond 90 days, but fails to cover error handling, rate limits, authentication, or return format. Significant gaps remain.

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 extremely concise with two sentences. The first sentence states the purpose, and the second details key parameters. Every word earns its place with no redundancy or fluff.

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

Completeness2/5

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

Despite low complexity (4 params, no output schema, no annotations), the description omits critical context: return format, error handling, and purpose of id and vs. This incomplete coverage hinders effective tool use.

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 0%, so the description must compensate. It explains days (valid values) and interval (allowed values with constraint), adding meaning. However, id (required) and vs (default 'usd') are left unexplained, leaving half of parameters unclear.

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 'Historical price series for a coin,' which is a specific verb and resource. It implicitly distinguishes from siblings like crypto_prices (current prices) and crypto_market_global (global data), making 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 Guidelines2/5

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

The description does not provide any guidance on when to use this tool versus alternatives. It neither lists when-not-to-use scenarios nor mentions sibling tools. Users must infer usage from context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

crypto_market_globalAInspect

Global crypto market snapshot: total market cap, 24h volume, BTC dominance, active cryptocurrencies, etc.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

No annotations provided. Description does not disclose behavioral traits such as read-only nature, rate limits, or authorization requirements. It only states what data is returned without addressing side effects or constraints.

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?

Description is one sentence (16 words) that is front-loaded with key information. No unnecessary words or redundancy.

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?

For a simple tool with no parameters and no output schema, the description lists the main metrics. Could be improved by noting it returns a single snapshot object, but overall adequate.

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?

No parameters exist; schema coverage is 100%. Description adds context about the output data beyond the schema, which is sufficient for a parameterless tool.

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 clearly states it provides a global crypto market snapshot with specific metrics like total market cap, 24h volume, BTC dominance, and active cryptocurrencies. It distinguishes from siblings such as crypto_prices (individual coins) and crypto_history (historical data).

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus siblings. Does not mention context, prerequisites, or scenarios where it is preferred over alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

crypto_pricesAInspect

Current prices for one or more cryptocurrencies. Pass the CoinGecko id (e.g. 'bitcoin', 'ethereum', 'solana') — use crypto_search if you only have a symbol or name. vs is the quote currency (default 'usd'; also 'inr', 'eur', 'jpy', etc.). Returns price, 24h change, market cap, volume.

ParametersJSON Schema
NameRequiredDescriptionDefault
vsNousd
idsYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It mentions the return fields (price, 24h change, market cap, volume) but does not disclose response format, error handling, or whether any ids might be invalid. Given no annotations, a score of 3 is appropriate.

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 sentences with no wasted words. It front-loads the purpose, then explains parameters concisely. Every sentence earns its place.

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 no output schema and only two parameters, the description adequately covers what the tool does, how to use each parameter, and what it returns. It also references a sibling tool for alternative scenarios. No significant gaps for this complexity level.

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 description coverage is 0%, so the description must compensate. It adds meaning to the ids parameter by specifying CoinGecko ids and advising use of crypto_search for symbols/names. For vs, it lists currencies beyond the schema's default. This adds significant value over the bare 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 it provides current prices for cryptocurrencies, specifies the required parameter (ids) with examples, and distinguishes from crypto_search by noting when to use that sibling tool instead.

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 explicitly mentions when to use this tool (for current prices) and when to use crypto_search (if only have symbol/name). It also explains the vs parameter and its default. However, it does not explicitly list scenarios where this tool should be avoided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources