Skip to main content
Glama

get_market_detail

Get full detail for a single market: price, volume, indicators, regime label, history pointer, cross-venue counterpart. Lower-level than inspect_ticker — raw JSON only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depthNoOrderbook depth levels to include (0 = none)
tickerYesMarket ticker

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It states that the tool returns raw JSON only and is lower-level, which adds context not in the schema. However, it does not disclose potential side effects (though 'get' implies read-only), permissions, error behavior, or output format details beyond the field list, so transparency is only partially covered.

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 only two sentences, front-loaded with the main action, and every word earns its place. It efficiently conveys purpose, scope, and differentiation without unnecessary detail.

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 retrieval tool with 100% schema coverage, the description is mostly complete. It lists the key content fields and offers a sibling comparison, but it omits mention of the 'depth' parameter (covered by schema) and does not describe what the 'history pointer' or 'cross-venue counterpart' actually return. Still, the tool is straightforward enough that the description is adequate.

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 schema already provides 100% coverage for both parameters: 'ticker' is described as 'Market ticker' and 'depth' as 'Orderbook depth levels to include (0 = none)'. The description does not add any additional meaning to these parameters beyond the schema, so it relies on the structured schema as baseline.

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 the tool gets full detail for a single market and enumerates specific content (price, volume, indicators, regime label, history pointer, cross-venue counterpart). It also distinguishes itself from the sibling 'inspect_ticker' by noting it is lower-level, which helps differentiate from related tools.

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?

The description provides a clear context for when to use this tool: when raw JSON-level detail for a single market is needed, and explicitly contrasts it with the higher-level 'inspect_ticker'. However, it does not mention exclusions or alternative tools like 'get_markets' or 'get_market_history', so it is not fully explicit but still provides useful guidance.

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.

Resources