Skip to main content
Glama

get_derivatives

Read-onlyIdempotent

Funding rate, open interest and positioning for Binance USDⓈ-M perpetual futures — the derivatives questions candles cannot answer: is funding high (who is paying whom, annualized), is open interest building or unwinding (24h/4h change, and the OI×price regime: new longs, short covering, new shorts, long liquidation), and which way accounts lean (top-trader long/short by position, all-account ratio, taker buy/sell flow). Each symbol carries plain-language notes — quote those. Up to 5 symbols per call; data is 60s fresh.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolsYesUp to 5 Binance USDⓈ-M futures symbols, e.g. ["BTCUSDT", "ETHUSDT"]. A bare base asset ("BTC") is read as its USDT perpetual.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoOne entry per symbol: { symbol, markPrice, indexPrice, premiumPct, funding { rate, ratePct, annualizedPct, nextFundingTime, minutesToNextFunding, avg24hPct, avg3dPct, label }, openInterest { contracts, valueUsd, change4hPct, change24hPct, priceChange24hPct, regime }, positioning { globalLongShortRatio, globalLongPct, topTraderLongShortRatio, topTraderLongPct, takerBuySellRatio, label }, notes[] } — or { symbol, error, message } when the symbol is not a Binance USDⓈ-M futures pair
countNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds useful behavioral context by noting data is 60 seconds fresh and that each symbol carries plain-language notes that should be quoted, giving the agent clear expectations about output style and data timeliness.

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 somewhat dense with rhetorical questions and parentheticals, but it remains purposeful and front-loaded with the core resource and data types. The repetition of 'Up to 5 symbols per call' is slightly redundant with the schema, but the overall structure is efficient and readable.

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

Completeness5/5

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

Given the single-parameter schema, an output schema, and rich annotations, the description is complete enough for correct invocation. It covers what data is returned, how the parameter behaves, output note guidance, freshness, and usage limits, leaving no critical gap for the agent.

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

Parameters5/5

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

The schema description fully explains the single `symbols` parameter, including the array limit of 1–5, concrete examples like 'BTCUSDT' and 'ETHUSDT', and the rule that a bare base asset like 'BTC' is interpreted as its USDT perpetual. This exceeds basic parameter documentation.

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 funding rate, open interest, and positioning data for Binance USDⓈ-M perpetual futures, and explicitly frames it as 'the derivatives questions candles cannot answer.' This makes the resource and data scope unambiguous and distinguishes it from price/candle-focused sibling 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 gives concrete use cases—checking whether funding is high, whether open interest is building/unwinding, and how accounts lean—and notes the 5-symbol limit and 60-second freshness. It does not explicitly name alternative tools beyond 'candles,' but the use-case framing is strong enough to guide selection.

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