Skip to main content
Glama
akshaygp18

crypto-mcp-server

by akshaygp18

Check CoinGecko API status

check_api_status
Read-only

Confirm CoinGecko API availability and report configuration/cache status. Start here when other tools fail to distinguish upstream outages from configuration issues.

Instructions

Verify that the CoinGecko API is reachable and report this server's configuration and cache statistics. Use this first when other tools are failing, to tell an upstream outage from a configuration problem.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesStatus text returned by CoinGecko, or the failure reason.
api_tierYesConfigured CoinGecko plan: public, demo, or pro.
base_urlYesAPI root this server is talking to.
reachableYesTrue when CoinGecko answered the ping successfully.
checked_atYesUTC timestamp of the health check.
latency_msYesRound-trip time of the health check, in milliseconds.
cache_entriesYesNumber of live entries in the response cache.
cache_hit_rateYesCache hits divided by total lookups, 0.0-1.0.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful context about what the tool reports (configuration and cache statistics) and its diagnostic purpose, but does not delve into any potential limitations or edge cases. Still, for a read-only diagnostic tool, this is sufficient and adds value beyond the 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?

The description is two sentences that immediately state the tool's primary function and follow with a crisp usage recommendation. No redundant words or 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?

Given the tool's simplicity (no parameters, output schema exists), the description is complete. It explains when to use the tool, what it does, and what it reports. The presence of an output schema means return values need not be described here.

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?

The tool has zero parameters, so the baseline is 4. The description does not need to elaborate on parameter semantics, and there is nothing further to add.

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 verifies CoinGecko API reachability and reports server configuration and cache statistics. This is a specific verb-resource pairing that distinguishes it from the sibling coin-data tools.

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?

The description explicitly instructs to use this tool first when other tools fail, and explains it helps differentiate upstream outages from configuration problems. This is strong situational guidance that goes beyond merely describing the tool.

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