Skip to main content
Glama

Qorevia Market Intelligence

Server Details

Qorevia agent gateway for market intelligence, XAUUSD data and x402-payable tools.

Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.

If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

B3.1/5.0

Scored across 4 tools

Disambiguation4/5

Each tool has a distinguishable role: browsing the catalog, natural-language discovery, machine-ready routing, and single-definition lookup. The only mild risk is qorevia_find versus qorevia_route both involving 'best matching', but the discovery-only versus call-plan distinction keeps them mostly separate.

Naming Consistency3/5

All tools share a consistent qorevia_ prefix and snake_case style, which is readable. However, the suffixes mix nouns and verbs (catalog, find, route, tool_info) rather than following one uniform verb_noun or action-object pattern.

Tool Count5/5

Four tools is well-scoped for a discovery-focused market-intelligence server, and each tool covers a distinct need without redundancy. The count sits comfortably within the ideal range and no tool feels unnecessary.

Completeness4/5

The set covers the core discovery workflow: browse available tools, find the best one for a need, inspect its definition, and get a route/call plan. Minor gaps like pricing, comparison, or direct execution are arguably outside the stated market-intelligence scope and can be worked around.

Available Tools

4 tools
qorevia_catalogCInspect

Browse Qorevia live paid tools.

ParametersJSON Schema
NameRequiredDescriptionDefault
qNo
limitNo
offsetNo
categoryNo

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. 'Browse' hints at a read-only operation, but the description does not mention authentication requirements, response shape, pagination behavior, or whether it returns full tool metadata.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with no wasted words, but it is under-specified for a tool with four parameters and no annotations. Its brevity reads more like a stub than a complete, useful definition.

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

Completeness2/5

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

For a four-parameter tool with no output schema and no annotations, this definition is too thin to invoke reliably. It lacks parameter semantics, category constraints, and any sense of what the returned catalog data looks like.

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%, yet the description adds nothing about q, limit, offset, or category. 'q' is especially ambiguous, and no acceptable category values are provided even though the schema has no enums.

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 uses 'Browse' as a specific verb and identifies the resource as 'Qorevia live paid tools,' so an agent can infer this is a listing/catalog tool. It does not explicitly distinguish it from siblings like qorevia_find or qorevia_tool_info, but the catalog/browse framing provides reasonable separation.

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 on when to use this tool versus alternatives such as qorevia_find for searching or qorevia_tool_info for inspecting a single tool. The appropriate context must be guessed from the tool name and sibling list.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

qorevia_findBInspect

Find the best Qorevia x402 tool for a natural-language need. Free discovery only.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes

TDQS

B3.1/5.0
Behavior3/5

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

'Free discovery only' adds a meaningful behavioral constraint, suggesting the operation is non-mutating and cost-free. With no annotations, the description carries the burden of behavioral disclosure, and it is thin on details like output format or side effects, though 'discovery' implies a read-only search.

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 short and front-loaded, with the core purpose stated in the first sentence. 'Free discovery only' is a useful extra constraint, though the word 'best' is somewhat vague and not strictly necessary.

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

Completeness2/5

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

The tool is simple with only two parameters and no output schema, but the description still omits essential context: no parameter semantics, no example of a natural-language query, and no guidance on what the agent should do with the result. It is minimally viable but leaves several important aspects to inference.

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 'query' or 'limit' beyond what their names suggest. The natural-language framing hints at the query parameter but never explicitly states what format the query should take or how limit affects results.

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 clearly states a specific verb and resource: 'Find the best Qorevia x402 tool for a natural-language need.' It conveys that this is a discovery/recommendation tool, but it does not explicitly differentiate itself from siblings like qorevia_catalog or qorevia_route.

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 phrase 'for a natural-language need' implies the tool should be used when an agent needs to map a user request to a suitable Qorevia x402 tool. However, there is no explicit guidance about when to prefer this over qorevia_catalog, qorevia_route, or qorevia_tool_info, and no when-not-to-use conditions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

qorevia_routeCInspect

Return a machine-ready call plan for the best matching Qorevia x402 endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
inputNo
queryYes

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of disclosing side effects, safety, and behavior. It only states that a call plan is returned, which implies a read-only computation, but it does not explicitly say whether it is safe, requires authentication, or has any side effects. The lack of detail leaves significant ambiguity for an agent deciding to invoke it.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, concise sentence that is easy to parse and front-loads the core action. However, it is too sparse given the tool's complexity and the absence of annotations. It is under-specified rather than appropriately concise, so it does not earn a higher score.

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

Completeness2/5

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

The tool has 2 parameters, no output schema, and no annotations, so the description must be comprehensive to enable correct invocation. It fails to explain what a 'machine-ready call plan' is, how matching works, what the parameters do, or what the response contains. This is insufficient for an agent to use the tool effectively, especially with three sibling tools present.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must compensate by explaining what 'query' and 'input' mean. It does not mention either parameter, nor does it provide any context about how they are used. With no parameter information in the description, an agent cannot understand what to pass, making this dimension critically weak.

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 states a clear purpose: return a machine-ready call plan for the best matching Qorevia x402 endpoint. It identifies a specific verb ('Return') and resource ('call plan'), and implies a matching function. However, it does not explicitly differentiate from sibling tools like qorevia_find, which might also involve matching, so it is not perfectly distinct.

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?

The description gives no guidance on when to use this tool versus alternatives. It does not mention exclusions, prerequisites, or conditions that would steer an agent to a sibling like qorevia_catalog or qorevia_find. The 'best matching' phrase hints at a selection scenario, but it is vague and leaves usage entirely to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

qorevia_tool_infoAInspect

Get one Qorevia tool definition by path or key.

ParametersJSON Schema
NameRequiredDescriptionDefault
pathOrKeyYes

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It conveys a read operation returning a single tool definition, but it does not disclose error behavior, not-found handling, or the exact structure of the returned definition.

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 a single efficient sentence with no filler or redundancy. The core action and lookup mechanism are both front-loaded.

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 simple one-parameter lookup tool, the description covers the essential operation, resource, and selection method. It is somewhat thin on response content and failure behavior, but overall it provides enough context for an agent to invoke it correctly in most cases.

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?

The input schema has 0% description coverage, but the parameter is already named pathOrKey, so the description's 'by path or key' largely restates the schema rather than adding new meaning. It does confirm that the parameter is the lookup selector, but no additional format, syntax, or constraints are provided.

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 states a specific verb ('Get') and resource ('one Qorevia tool definition') with a clear lookup mechanism ('by path or key'). It is clear enough to suggest this is a direct single-item retrieval tool rather than a catalog or search tool, though it does not explicitly name its siblings.

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 usage: use this when you already have a path or key and want a single tool definition. It does not provide explicit comparisons or when-not-to-use guidance relative to qorevia_catalog, qorevia_find, or qorevia_route, so the usage signal is only inferred.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 4 tool updates
    • First observedqorevia_catalog
    • First observedqorevia_find
    • First observedqorevia_route
    • First observedqorevia_tool_info

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Exposes Kerdos Market Intelligence APIs as tools for AI trading agents, with pay-per-call in USDC via the x402 protocol—no API keys or subscriptions required.
    20 npm
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides AI agents with real-time financial market intelligence including regime detection, adaptive signals, macro context chains, and cross-market analysis for crypto, US, and Korean stocks.
    23 PyPI
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources