Skip to main content
Glama

service_info

Free: endpoints, pricing, x402 payment setup (USDC on Base) and discovery links for the ox-alpha signals service.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

No annotations exist, so the description carries the full burden of behavioral disclosure. It lists informational content, which implies a read-only operation, but it never explicitly states there are no side effects, no authentication requirements, or that only static service metadata is returned. Without an output schema, the description leaves the actual response behavior unclear.

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 one short sentence with no filler, making it easy to parse. The 'Free:' prefix is somewhat cryptic—it could refer to the tool's cost or the service's content—and slightly detracts from clarity, but overall the size is well matched to the tool's simplicity.

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 zero-parameter informational tool, the description provides the main content areas and names the service, which is adequate for basic invocation. However, it does not describe the response format, the relationship to sibling tools, or what 'x402' and 'discovery links' mean. The lack of an output schema makes this missing context more significant.

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 has zero parameters, so schema description coverage is trivially 100%. With no parameters to document, the description does not need to add meaning beyond the schema, and it correctly omits any parameter details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description makes clear that the tool provides service-related information: endpoints, pricing, x402 payment setup, and discovery links for the ox-alpha signals service. The verb is implied rather than explicit, and there is no sibling differentiation, but the content is specific and distinguishable from preview, price, report, and signals.

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

Usage Guidelines2/5

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

No guidance is given about when to use service_info versus preview, price, report, or signals. The description lists content categories but does not say whether this is the introductory overview tool or when an agent should prefer a sibling. The usage context is entirely left 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