Skip to main content
Glama

price

Single-pair crypto lookup: price in USDC, composite signal score (-100..+100), ATR% and reasons. Pair is a Coinbase pair id like BTC-USDC. Requires payment of $0.001 USDC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pairYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It transparently states the $0.001 USDC payment requirement, the returned fields, and the composite score range. It does not mention response format or failure behavior, but the paid nature and output scope are valuable and clearly disclosed.

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 tight sentences with no redundancy. The first sentence front-loads the tool's purpose and outputs, and the second covers the parameter format and payment requirement, making every sentence useful.

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 single-parameter tool with no annotations and no output schema, the description provides the essential invocation details: pair format, output fields, and cost. It could be more complete by describing the response structure or error cases, but the core information an agent needs to call it successfully is present.

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 provides only the parameter name 'pair' with zero description coverage. The description compensates fully by defining the expected format as a Coinbase pair id and giving the concrete example BTC-USDC, which is exactly what an agent needs to construct a valid invocation.

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 opens with 'Single-pair crypto lookup', giving a specific verb and focused resource scope. It clearly enumerates the outputs: USDC price, composite signal score (-100..+100), ATR%, and reasons, making the tool's purpose concrete and distinguishable from broader tools like signals or report.

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 use case is implied through 'Single-pair crypto lookup' and the Coinbase pair id example, which tells an agent this tool is for one specific pair. However, it does not explicitly contrast itself with sibling tools or state when not to use it, leaving the routing decision partly to inference.

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

price and service_info are clearly distinct, but preview, report, and signals all expose overlapping signal data with different scopes (top 1, top 5, all 20). The descriptions help differentiate them, but an agent could still confuse report with signals since both return the same core fields.

Naming Consistency4/5

Tool names are mostly consistent lowercase resource-style names, but there is minor inconsistency with service_info using an underscore while the rest are single words. No chaotic mixing of conventions, but the set is not as uniform as a strict verb_noun pattern.

Tool Count5/5

Five tools is a well-scoped set for a crypto signals service: free preview, single-pair lookup, top-5 report, full ranked signals, and service metadata. Each tool has a clear place in the workflow without unnecessary bloat.

Completeness4/5

The server covers the core domain well: discovery, free sampling, single-pair data, top picks, and full rankings. Minor gaps like historical data, explicit short-only analysis, or a bulk price-only endpoint are missing, but they are not essential to the stated purpose.

Resources