Skip to main content
Glama

AgentData — crypto market data with a checkable record

try_crypto_prices

FREE SAMPLE, no payment: the real-time BTC price, to judge format and source. Rate-limited to 30 requests/min. The paid get_crypto_prices ($0.002 USDC) adds ETH, SOL, BNB and XRP. The response lists what the sample withholds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the burden and does disclose rate limiting (30 req/min), the lack of payment, and that the response reveals withheld fields. It does not fully specify response structure or auth, but for a zero-parameter sample tool the key behaviors are covered.

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 three short sentences, front-loading the free-sample purpose and price datapoint before the rate limit and paid alternative. Minor redundancy ('FREE SAMPLE' and 'no payment') and the slightly vague withholding line keep it from being perfect.

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 sample endpoint with no output schema, the description covers cost, rate limit, what the sample provides, and the paid alternative. The exact response format is only hinted at, but the stated purpose is to judge the format, so a more explicit schema is not essential.

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 input schema is empty and schema coverage is 100%, so there are no parameters to document. The description correctly adds context about what is returned rather than inventing parameter details; this is the baseline for zero-parameter tools.

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 states a clear, specific deliverable: a free real-time BTC price sample, and explicitly names the purpose (judging format and source). It differentiates itself from the paid sibling get_crypto_prices by identifying that as the paid multi-asset version.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It says this is the no-payment sample for evaluating format/source, and points to get_crypto_prices as the paid tool that adds ETH, SOL, BNB, and XRP. It could be slightly more explicit about using get_crypto_prices when multi-asset data is needed, but the routing is clear.

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.