Skip to main content
Glama

info_platformmetrics_get_cex_orderbook_depth

Read-onlyIdempotent

Competitor CEX ±1% order-book depth (spot/perp) from warehouse indices; BTC/ETH liquidity benchmarking. Gate native ladder→get_orderbook. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax rows; default 20, max 100.
symbolYesBase asset e.g. BTC, ETH.
exchangeNoVenue e.g. BINANCE; when set with exchange index, filters exchange dimension.
data_scopeNoexchange|market; default market if only market index configured, else exchange when exchange set.
market_typeNospot|perp (maps to SPOT|PERP); default perp.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
itemsYes
limitYes
totalYes
symbolYes
exchangeYes
data_scopeYes
duration_msYes
market_typeYes

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds 'Read-only public research data, no account access, no order placement or fund transfers, not investment advice' — this reinforces the read-only nature but is largely redundant with the annotations. It adds some context about the data source ('warehouse indices') but does not materially expand behavioral disclosure beyond what the annotations already convey.

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 three sentences, front-loading the core purpose first, then the data source and safety caveats. Every sentence earns its place—no fluff or repetition. It is compact and easy to parse.

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?

With a rich input schema (5 params, 1 required) and an output schema present, the description covers the essential context: purpose, scope, and safety. It does not detail response format or pagination, but the output schema presumably handles that. The only minor gap is lack of explicit alternative routing, though usage guidelines cover the intended use.

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 all five parameters are documented in the schema. The description adds no additional parameter insights beyond echoing 'spot/perp' which is already in the market_type property. Per the calibration rule, the baseline is 3 when schema coverage is high, and the description does not compensate further.

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 returns competitor CEX order-book depth within ±1% for spot/perp, sourced from warehouse indices, and positions it for BTC/ETH liquidity benchmarking. This specific verb+resource distinguishes it from the sibling info_marketdetail_get_orderbook, which is not competitor-specific.

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 provides clear context for usage: benchmarking competitor CEX liquidity for BTC/ETH. It does not explicitly name alternatives or say when not to use it, but the 'Competitor CEX' and 'benchmarking' phrasing makes the intended scenario obvious. No exclusions are given, so it's slightly below a 5.

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

Each tool targets a distinct data object and action (e.g., coin info vs rankings, market snapshot vs batch, marketdetail kline vs markettrend kline), with prefixes and descriptions clearly separated by domain. No two tools appear to serve the same purpose.

Naming Consistency5/5

All tools follow a consistent pattern: info_<domain>_<verb>_<object>, with verbs mainly get, search, and batch. The naming style is uniform across all 32 tools, making it easy to infer tool purpose from its name.

Tool Count3/5

32 tools is heavy compared to typical servers, and it exceeds the 25-tool threshold. However, the server is a comprehensive crypto data aggregator covering multiple subdomains (coin, macro, market, onchain, platform metrics), which justifies the large count to some extent. It sits at the borderline between borderline and too many.

Completeness5/5

The tool surface covers the full lifecycle for read-only research: coin discovery, rankings, search, technical analysis, onchain exploration, platform metrics, stablecoins, yield pools, bridges, and macro indicators. No critical missing functionality for the stated purpose of public research data access.