Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getAdlAlert

Monitor Auto-Deleveraging (ADL) risk levels and insurance fund metrics for derivative contracts. Check current balance, PnL drawdown ratio, and ADL activation thresholds to assess risk.

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
Behavior5/5

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

With no annotations, the description fully discloses behavioral traits: data updates every 1 minute, no authentication required, optional symbol parameter retrieves all data, and explains key metrics (pnlRatio, insurancePnlRatio). No contradictions.

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?

Well-structured with sections and bullet points, but slightly verbose with repeated agent hint and data update frequency mentioned twice. Could be trimmed without losing clarity.

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 no output schema and one optional parameter, the description covers all necessary context: purpose, usage guidelines, data freshness, parameter behavior, and alternative tools. No gaps.

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?

Only one parameter (symbol) with 0% schema description coverage. The description adds meaning by explaining omitting symbol retrieves all symbols, which is critical for usage. Baseline for 0 parameter descriptions is 4.

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 queries ADL alert data and insurance fund metrics for derivative contracts, listing supported products and distinguishing itself from getInsurancePool. The verb 'Query' and target resource are specific.

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?

Provides explicit use cases (monitor ADL risk, check insurance fund balance, understand thresholds) and an explicit when-not-to-use ('Do not use for general insurance pool balances — use getInsurancePool instead'). The agent hint reinforces this.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bybit-exchange/trading-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server