Skip to main content
Glama

Liquidation heat grid

liq_heat
Read-onlyIdempotent

Where liquidations actually hit, by price band, in 5-minute columns: the realized heat grid for one pair, with the hottest cell named. Use it for "where did the liquidations cluster today", "which price band got hit hardest". Keyless: the free pairs, the last 3 hours (36 columns). Starter: every streamed pair. Pro: the 12-hour grid (144 columns) and the projected forward grid. For projected levels as a book use liq_zones; for the events themselves use liquidations. Descriptive market data only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinNoAlias for pair.
pairNoTrading pair, for example ETH/USD. A bare symbol like ETH is read as ETH/USD. Defaults to BTC/USD when omitted.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoColumns returned: 36 (3h) below Pro, 144 (12h) on Pro and up.
columnsNo5-minute columns, oldest first: t, price, band, cells (price band, usd).
summaryNoThe answer in one plain sentence, computed from the fields below. Open the reply with this, then let the numbers back it up. Null only when there was nothing to summarise.
upgradeNoPresent below Pro: the plan that returns the 12h and projected grids.
availableNoFalse on an uncovered pair, a pair outside the free set keyless, or when no grid is recorded.
projectedNoPro and up: the projected forward grid, a model.
hottest_cellNoThe single cell with the most realized liquidation dollars: t, price, usd.

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 establish read-only and non-destructive behavior. The description adds valuable context about data scope and plan limitations: keyless access gives free pairs for the last 3 hours, Starter covers every streamed pair, and Pro adds 12-hour and projected grids. It also notes the data is descriptive market data only.

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 compact and front-loaded with the core concept, then moves to usage scenarios, plan tiers, and alternative tools. Every sentence adds useful information without redundancy or filler.

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 output schema exists, the description does not need to explain return values. It covers what the tool does, when to use it, how it differs from related tools, data availability by plan, and the fact that it is read-only descriptive data. This is complete for an agent to select and call the tool correctly.

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 the schema already documents both parameters thoroughly. The description only adds that the grid is for 'one pair,' which aligns with the pair/coin parameters but does not meaningfully extend the schema's 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's function: a realized liquidation heat grid for one pair, broken down by price band in 5-minute columns, with the hottest cell named. It also distinguishes itself from sibling tools by explicitly contrasting with liq_zones and liquidations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives explicit use cases: 'where did the liquidations cluster today' and 'which price band got hit hardest'. It also provides clear routing guidance, directing the agent to liq_zones for projected levels and to liquidations for individual events.

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