Skip to main content
Glama

get_venue_liq_share

Which venue is flushing whom: per-exchange liquidation share (Bybit/OKX/Binance) with long/short split and biggest print, any symbol or whole universe. Costs $0.02 USDC per call (x402, Solana mainnet).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursNo1-168, default 24
symbolNoUSDT perp symbol e.g. SOLUSDT, BTCUSDT (default all)

Schema Changelog

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

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It does usefully disclose a $0.02 USDC cost, x402 payment rail, and Solana mainnet execution, which is valuable beyond the name and schema. However, it does not describe return format, latency, failure modes, or whether results are point-in-time or aggregated.

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?

Two tight sentences with no filler. The purpose is front-loaded in a catchy but concrete phrase, followed by the output dimensions and the essential cost/payment detail. Every sentence earns its place.

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 two-parameter tool with no output schema and no annotations, the description covers purpose, scope, output dimensions, and cost. The main gaps are the lack of alternative-tool routing and no indication of the response shape, but these are minor for a read-only lookup with well-documented parameters.

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 the hours range/default and symbol examples. The description adds 'any symbol or whole universe,' which reinforces the optional symbol semantics, but it does not explain the hours parameter beyond what the schema provides. Baseline 3 is appropriate.

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 specific verb and resource: per-exchange liquidation share across Bybit/OKX/Binance, with long/short split and biggest print, and scope of any symbol or whole universe. This clearly distinguishes it from overlapping liquidation siblings like get_liquidation_stats or get_recent_liquidations.

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

Usage Guidelines2/5

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

There is no explicit guidance on when to use this tool versus alternatives, and no exclusions or routing hints relative to sibling tools like get_liquidation_leaders or get_liq_heatmap. The intended context is only implied by the phrase 'Which venue is flushing whom' and the per-exchange focus.

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.