Skip to main content
Glama

Taker Volume

taker_volume
Read-onlyIdempotent

Taker buy versus taker sell volume for a crypto perpetual contract on the OKX venue, bucketed by period. Returns the per-bucket series, the buy/sell ratio and cumulative volume delta (CVD) across the window — the aggressor-flow input for order-flow and CVD analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unitNo'0' for contracts (default), '1' for coin.
instIdYes
periodNo5m, 15m, 30m, 1H, 2H, 4H, 6H, 12H or 1D. Default 5m.
bucketsNoRecent buckets to return and sum. Default 24, max 100.

Schema Changelog

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

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish that the tool is read-only, non-destructive, and idempotent, so the description does not need to restate those. It adds meaningful behavioral detail by specifying exactly what is returned: per-bucket series, buy/sell ratio, and cumulative volume delta, which goes beyond the annotation metadata.

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 focused sentence with no filler. It front-loads the core metric and venue, then packs the key return values and analytical use case into the closing clause without redundancy.

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 read-only tool with four parameters and no output schema, the description covers the essential domain context, the return shape, and the analytical purpose. It could go slightly further by noting default behavior around periods or buckets, but the schema already documents those defaults.

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?

Schema coverage is 75%, so most parameters are already documented. The description adds value for the undocumented instId by clarifying that it refers to a crypto perpetual contract on OKX, and it reinforces that period controls the bucketing behavior.

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 names a precise resource and metric — taker buy versus taker sell volume for a crypto perpetual contract on OKX — and immediately differentiates it from generic volume or trade tools by stating it returns the buy/sell ratio and CVD. It clearly identifies the output series, not just an abstract action.

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 gives an implied use case by calling it 'the aggressor-flow input for order-flow and CVD analysis,' so an agent can infer when it is relevant. However, it does not explicitly state when to prefer this over related tools like trades, candles, or perp_metrics, nor does it name any alternatives.

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

B3.2/5.0
Disambiguation2/5

The tool set mixes OKX exchange tools with a large set of Pipeworx data query tools and prediction market tools. Many tools overlap in purpose, e.g., ask_pipeworx, deep_research, and ask_pipeworx_grounded all answer questions but with different modes. OKX tools like ticker and tickers are clear but the overall set is confusing.

Naming Consistency2/5

Naming is inconsistent: OKX tools use single nouns or underscores (ticker, order_book), Pipeworx tools use verb phrases (ask_pipeworx, validate_claim), and prediction market tools use prefixed names (polymarket_arbitrage, bet_research). No consistent pattern.

Tool Count2/5

43 tools is excessive for a coherent server. The scope is unclear—combining exchange, data lookup, and prediction market tools into one server results in a cluttered surface.

Completeness2/5

The server tries to cover too many domains. OKX coverage is decent, but the inclusion of many unrelated tools (e.g., generate_llms_txt, scan_dependency) makes the set feel incomplete for any single purpose. Gaps exist in each sub-domain due to the broad scope.