Skip to main content
Glama

crypto_price

Retrieve live cryptocurrency prices in USD with 24-hour change, market cap, volume, and all-time high data for specific ticker symbols.

Instructions

Get live cryptocurrency price in USD.

Returns current price, 24h change, market cap, volume, and all-time high.

Args: symbol: Crypto ticker (e.g., BTC, ETH, SOL, XRP, DOGE, ADA, MATIC, DOT)

Examples: crypto_price("BTC") → Bitcoin live price crypto_price("ETH") → Ethereum live price crypto_price("SOL") → Solana live price

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 description carries full burden. It effectively discloses return data fields (current price, 24h change, market cap, volume, ATH) beyond what the output schema covers. However, it omits data freshness details (real-time vs delayed) and error behavior for invalid symbols.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with purpose first, then return values, then Args, then Examples. Front-loaded effectively. Minor deduction for repetitive examples (three instances showing identical usage pattern), though they do illustrate different valid tickers.

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?

Adequate for a single-parameter tool with output schema. Covers purpose, parameter semantics, and return data summary. Could be improved by mentioning distinction from 'crypto_historical' or data source limitations, but sufficient for agent selection.

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?

Schema coverage is 0% (no description field), but the description fully compensates by defining 'symbol' as 'Crypto ticker' with extensive valid examples (BTC, ETH, SOL, etc.), clarifying expected format and valid inputs.

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?

Specific verb 'Get' + resource 'cryptocurrency price' with currency 'USD' specified. The term 'live' effectively distinguishes it from sibling tool 'crypto_historical' (which implies past data) and from equity tools like 'stock_quote'.

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?

Implies usage through 'live' keyword (current data only) but lacks explicit guidance on when to use 'crypto_historical' instead, or warnings about cryptocurrency vs. stock ticker formats. No 'when-not-to-use' guidance provided.

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/finstacklabs/finstack-mcp'

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