Skip to main content
Glama

chainpulse — real-time crypto + prediction market data for AI agents

crypto_prices

Real-time USD spot prices for crypto assets. Accepts major symbols (BTC, ETH, SOL, USDC, USDT, DAI, BNB, XRP, ...), any CoinGecko id as "coingecko:", or any token by ":". Aggregated feed with per-coin confidence score, ~15s freshness. Paid tool: $0.001 per call via x402 (USDC on Base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinsYesAssets to price, e.g. ["ETH","BTC","coingecko:solana","base:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"]

TDQS

A5/5.0
Behavior5/5

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

The description provides key behavioral traits beyond the schema: it is a paid tool ($0.001 per call via x402), uses an aggregated feed with per-coin confidence score, and has ~15s freshness. No annotations are provided, so the description fully carries this burden and does so thoroughly.

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 concise (3 sentences) and front-loaded with the core purpose. Every sentence adds value: accepted formats, feed characteristics, pricing. No waste, well-structured.

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, the description covers return values (confidence score, freshness), pricing, and input formats. It is complete for the complexity of a crypto price tool. No gaps in critical information.

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?

The schema covers 100% of parameters, and the description adds significant meaning: it explains accepted formats (major symbols, coingecko:<id>, <chain>:<tokenAddress>), maxItems of 50, and example inputs. This enriches understanding beyond the schema's basic description.

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 provides real-time USD spot prices for crypto assets. It specifies multiple accepted symbol formats (major symbols, CoinGecko IDs, chain:address), distinguishing it from sibling tools like defi_tvl or gas_prices which serve different purposes.

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 says when to use this tool: for real-time USD spot prices of crypto assets. It mentions aggregated feed with confidence score and freshness, and pricing details. Sibling tools are clearly different, so no confusion about when to use alternatives.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool targets a distinct data domain: crypto_prices for spot prices, defi_tvl for DeFi TVL, gas_prices for gas fees, and service_info for server details. No overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with two words: crypto_prices, defi_tvl, gas_prices, service_info. Predictable and readable.

Tool Count5/5

4 tools for a real-time crypto data server is well-scoped. Each tool serves a clear and essential sub-domain without being too few or too many.

Completeness5/5

The set covers core real-time crypto data needs: spot prices, DeFi TVL, gas fees, and service information. No obvious gaps for the stated purpose.

Resources