Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getAdlAlert

Read-only

Monitor Auto-Deleveraging risk for derivative contracts by checking current ADL levels, insurance fund balance, and activation thresholds, helping you anticipate forced position reductions.

Instructions

Query ADL (Auto-Deleveraging) alert data and insurance fund metrics for derivative contracts, indicating the current ADL risk level and activation thresholds.

Use this endpoint when you need to:

  • Monitor ADL risk levels for specific contract symbols in real-time

  • Check the current insurance fund balance (balance) and PnL drawdown ratio (pnlRatio)

  • Understand the thresholds at which ADL would activate (insurancePnlRatio, adlTriggerThreshold)

Supported Products: USDT Perpetual, USDT Delivery, USDC Perpetual, USDC Delivery, Inverse contract

Data updates every 1 minute. Omit symbol to retrieve data for all symbols.

Do not use this endpoint for general insurance pool balances — use getInsurancePool instead.

Notes:

  • Data updates every 1 minute

  • No authentication required

Agent hint: Use this endpoint to monitor ADL (Auto-Deleveraging) risk levels for contract symbols. Omit symbol to get ADL data for all supported symbols. High pnlRatio (more negative than insurancePnlRatio) indicates elevated ADL risk. For general insurance pool balance information, use getInsurancePool instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.11

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description adds meaningful behavioral context: data updates every 1 minute, no authentication required, supported product types, and the meaning of pnlRatio relative to insurancePnlRatio for assessing ADL risk. It also mentions key returned fields, which helps the agent interpret results.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with purpose and use cases, but it repeats the same information multiple times: 'Data updates every 1 minute' appears twice, and the 'Agent hint' section largely duplicates the earlier statements about omitting symbol and using getInsurancePool. The content is organized, but not every sentence earns its place.

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?

For a simple one-parameter read-only endpoint with no output schema, the description is remarkably complete: it covers purpose, supported products, refresh cadence, auth requirements, field semantics, optional-parameter behavior, and the relevant alternative tool. An agent has enough context to call the endpoint correctly.

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?

The input schema has only an undocumented optional string symbol (0% schema coverage), so the description carries the burden. It adds the critical semantic that omitting symbol retrieves data for all symbols and that symbols refer to specific contract symbols. It stops short of giving exact symbol formats or examples, but the single optional parameter is well explained.

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 opens with a specific verb and resource: 'Query ADL (Auto-Deleveraging) alert data and insurance fund metrics for derivative contracts.' It clearly states what the tool returns (ADL risk level and activation thresholds) and explicitly distinguishes it from getInsurancePool by saying not to use it for general insurance pool balances.

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?

The description gives explicit use cases ('Monitor ADL risk levels...', 'Check the current insurance fund balance...') and an explicit when-not-to-use rule with the alternative named: 'Do not use this endpoint for general insurance pool balances — use getInsurancePool instead.' It also explains the optional symbol behavior and supported products.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools