Skip to main content
Glama

get_verify_crypto_price

Read-only

Verify current crypto asset price via multi-source consensus. Returns attested consensus price with agreement score across independent sources (CoinGecko, Coinbase, Kraken).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fiatNousd
symbolYes
tolerance_pctNo

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare a safe read-only operation. The description adds meaningful behavioral context by disclosing that it aggregates data from independent sources (CoinGecko, Coinbase, Kraken) and returns an attested consensus price with an agreement score. However, it does not describe what happens if sources disagree or other edge-case behaviors.

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 two sentences, front-loaded with the primary purpose and immediately followed by the return value. Every word earns its place with no redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 3 parameters and no output schema, the description provides the core purpose and return type, but omits details about parameter meanings and consensus failure behavior. It is adequate for a simple read operation but has clear gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the description does not explain the meanings of symbol, fiat, or tolerance_pct. It only loosely implies that 'crypto asset price' relates to these parameters, leaving the tolerance_pct semantics particularly unclear. The description fails to compensate for the lack of schema descriptions.

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 a specific verb and resource: 'Verify current crypto asset price' with a distinctive method (multi-source consensus). It distinguishes itself from sibling tools like get_resolve_price_threshold and get_stratalize_overview by emphasizing verification and consensus rather than threshold resolution or overview.

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?

The description implies when to use the tool (when you need to verify a current price via consensus) but does not explicitly mention alternatives or exclusions. No reference is made to sibling tools or when not to use this tool, so usage guidance is only implicit.

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

A3.9/5.0
Disambiguation5/5

Each tool has a distinct purpose: one provides an overview/catalog, one verifies current price, and one resolves a price threshold. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent 'get_verb_noun' pattern (get_resolve_price_threshold, get_stratalize_overview, get_verify_crypto_price), ensuring predictability.

Tool Count4/5

With only 3 tools, the count is slightly low, but the overview tool acts as a discovery mechanism, making the set feel cohesive for a gateway server.

Completeness2/5

The server claims to cover multiple domains (finance, healthcare, etc.) but only provides crypto-related tools. Core operations like listing assets or historical data are missing, leaving significant gaps.

Resources