Skip to main content
Glama

verify_price

Confirm a crypto asset's price before your agent trades, quotes, or settles on it. A signed price oracle: cross-checks Coinbase, Kraken, and OKX for a median and flags divergence when sources disagree. Returns a signed attestation your agent can cite. Free tier is unsigned and rate-limited. For a cryptographically signed attestation with no daily limit ($0.02 USDC), add an x402 payment header to THIS SAME tool call (PAYMENT-SIGNATURE for v2, X-PAYMENT for v1) or POST /verify/price over HTTP. Same price on either transport.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesTicker symbol, e.g. BTC, ETH, SOL

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure, and it does so thoroughly. It reveals the oracle mechanism, exchange sources, median cross-checking, divergence flags, signed attestation output, unsigned free tier behavior, rate-limiting, and payment-based upgrade path. This is exceptionally transparent for a tool with no annotations.

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 tool description is clear and front-loaded, with the core purpose in the first sentence. It is somewhat long because it covers the free tier, signing, payment headers, and alternate transport, but nearly every sentence conveys necessary operational context. Slight trimming could improve, but it is not bloated.

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?

For a single-parameter tool with no output schema and no annotations, this description is unusually complete. It tells the agent what the tool returns (signed attestation), how to use it, what restrictions apply, how to upgrade to signed mode, and how the free tier behaves. Nothing critical is missing for correct selection and invocation.

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?

Schema description coverage is 100%, so the parameter is already well documented as a ticker symbol such as BTC, ETH, SOL. The description supports this without adding new parameter-specific semantics beyond sample tickers and usage context. That matches the baseline for full schema coverage.

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 names a specific action (verify/confirm price), a clear resource (a crypto asset price), and a distinctive capability (signed price oracle from multiple exchanges). It clearly differs from the verification siblings, which are about business, claims, and freshness rather than price.

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 explicitly frames when to invoke the tool: before the agent trades, quotes, or settles on a price. It also gives concrete usage alternatives such as adding an x402 payment header or using POST /verify/price over HTTP, but it does not explicitly say when not to use it or contrast with the sibling tools.

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.4/5.0
Disambiguation5/5

Each tool verifies a distinctly different type of entity: business, factual claim, URL freshness, and crypto price. There is no overlap in their purposes, so an agent can reliably select the correct tool based on the object being verified.

Naming Consistency5/5

All tools follow the exact same verb_noun pattern (verify_<target>), with targets being business, claim, freshness, and price. This is perfectly consistent and predictable.

Tool Count5/5

With 4 tools, the server is tightly scoped to a clear purpose—verification oracles—and each tool covers a major distinct domain. This count is well within the ideal range and not excessive or thin.

Completeness4/5

The four verification areas cover business, claims, freshness, and price, which are common needs for agent trust decisions. Minor gaps exist (e.g., identity or email verification), but the core verification surface is coherent and mostly complete for the stated purpose.

Resources