Skip to main content
Glama

get_crypto_price

Retrieve current cryptocurrency prices for multiple coin IDs, with optional 24-hour price change and market cap data. Supports multiple fiat currencies for price conversion.

Instructions

Get current prices for cryptocurrencies. $0.001 per request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYesComma-separated coin IDs (e.g., 'bitcoin,ethereum,solana')
currenciesNoComma-separated fiat currencies (default: 'usd')usd
include_24hNoInclude 24h price change
include_mcapNoInclude market cap
Behavior3/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It adds the cost per request ($0.001), which is a useful operational detail not present elsewhere. However, it does not mention rate limits, response format, or explicitly confirm the read-only nature, though the verb 'get' implies it. The cost disclosure earns a mid-range score.

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?

The description is extremely concise at two sentences with no wasted words. It front-loads the core action and then adds the cost detail. However, it is slightly under-specified for a tool with four parameters, so it doesn't earn a perfect 5.

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?

The tool has four parameters, no output schema, and no annotations, yet the description is minimal. It does not describe the return value, usage context, or how it differs from similar crypto tools. Given the abundance of sibling tools, this lack of contextual information makes it incomplete.

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?

The input schema has 100% parameter description coverage, clearly specifying ids, currencies, include_24h, and include_mcap. The description itself adds no parameter-specific semantics, so the baseline score of 3 applies. The cost note is unrelated to parameter meanings.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Get current prices for cryptocurrencies') with a specific verb and resource. It does not explicitly differentiate from sibling tools like get_crypto_markets or get_token_prices, but the resource is unambiguous. The cost note adds a minor extra context.

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 provides no guidance on when to use this tool versus alternatives such as get_crypto_markets or get_token_prices. No exclusions, prerequisites, or contextual triggers are mentioned, leaving the agent to infer usage solely from the tool name.

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/agentc22/x402engine-mcp'

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