Skip to main content
Glama

crypto_market_overview

Get global cryptocurrency market data including total market capitalization, Bitcoin dominance, and active coin statistics to analyze market trends.

Instructions

Get global crypto market overview (total market cap, BTC dominance, active coins)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler implementation for the 'crypto_market_overview' tool which fetches global crypto market data from the CoinGecko API and formats it for the user.
    server.tool("crypto_market_overview", "Get global crypto market overview (total market cap, BTC dominance, active coins)", {}, async () => {
      const data = await safeFetch("https://api.coingecko.com/api/v3/global");
      const g = data.data;
      return { content: [{ type: "text", text: `**Global Crypto Market**\nTotal Market Cap: ${formatNumber(g.total_market_cap.usd)}\nTotal Volume 24h: ${formatNumber(g.total_volume.usd)}\nBTC Dominance: ${g.market_cap_percentage.btc.toFixed(1)}%\nETH Dominance: ${g.market_cap_percentage.eth.toFixed(1)}%\nActive Coins: ${formatNumber(g.active_cryptocurrencies)}\nMarkets: ${formatNumber(g.markets)}` }] };
    });
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses what data is returned (market cap, dominance, active coins) but omits operational details like data freshness, caching behavior, or rate limits that would help an agent understand reliability and 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?

Single sentence with front-loaded verb and parenthetical elaboration. Zero waste: every word serves to identify the action, scope, and return specifics. Appropriate length for a parameterless tool.

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 zero-parameter tool without output schema, the parenthetical list of returned metrics provides essential completeness. Would benefit from mentioning data source or freshness, but adequately covers the tool's function given its simplicity.

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?

Input schema has zero parameters (empty object) with 100% coverage trivially satisfied. With no parameters to document, the baseline score of 4 applies. The description appropriately focuses on return values rather than inventing parameter documentation.

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 uses specific verb 'Get' with clear resource 'global crypto market overview' and distinguishes from price-specific siblings (crypto_price, crypto_price_history) by listing aggregate metrics (total market cap, BTC dominance, active coins) that clearly signal this is for broad market analysis, not individual coins.

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?

Provides implied usage guidance through the specific aggregate metrics listed (suggesting use when needing market-wide stats), but lacks explicit when-to-use statements or comparisons to siblings like crypto_price or crypto_trending for specific coin data.

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/ElromEvedElElyon/claw-mcp-toolkit'

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