Skip to main content
Glama
nirholas

Binance.US MCP Server

by nirholas

binance_us_cl_liquidation_history

Retrieve historical liquidation records for Binance.US credit line accounts to review past events, analyze patterns, and audit risk management effectiveness.

Instructions

Get liquidation history for credit line account.

⚠️ REQUIRES INSTITUTIONAL CREDIT LINE AGREEMENT

Liquidations occur when LTV exceeds liquidationLTV threshold. This endpoint shows historical liquidation events.

Each liquidation record may include:

  • Liquidated assets and amounts

  • Liquidation timestamp

  • LTV at time of liquidation

  • Fees charged

Use this to:

  • Review past liquidation events

  • Understand liquidation patterns

  • Audit risk management effectiveness

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
startTimeNoStart timestamp in milliseconds
endTimeNoEnd timestamp in milliseconds
limitNoMax records (default: 20, max: 100)
recvWindowNoRequest validity window (max: 60000)
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that liquidations occur 'when LTV exceeds liquidationLTV threshold,' explains the data returned (assets, amounts, timestamp, LTV, fees), and includes a warning about institutional requirements. However, it lacks details on rate limits, authentication needs, or pagination behavior, which would be helpful for a read-only historical tool.

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 well-structured and front-loaded with the core purpose and critical warning. Each sentence adds value: defining liquidation context, listing record fields, and specifying use cases. There is no redundant or verbose content, making it efficient and easy to parse.

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?

Given no annotations and no output schema, the description does a good job covering the tool's purpose, prerequisites, and return data structure. It explains what liquidation means and what fields to expect, which compensates for the lack of output schema. However, it could improve by mentioning response format (e.g., JSON array) or error handling, keeping it from a perfect score.

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 all parameters (startTime, endTime, limit, recvWindow). The description does not add any parameter-specific details beyond what the schema provides, such as explaining how timestamps relate to liquidation events or typical limit usage. Baseline 3 is appropriate when the schema handles 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 verb 'Get' and resource 'liquidation history for credit line account,' distinguishing it from siblings like 'binance_us_cl_account' (general account info) or 'binance_us_cl_alert_history' (alerts). It specifies the exact scope of historical liquidation events, making the purpose unambiguous.

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 explicitly states '⚠️ REQUIRES INSTITUTIONAL CREDIT LINE AGREEMENT,' providing a critical prerequisite. It also lists specific use cases ('Review past liquidation events,' 'Understand liquidation patterns,' 'Audit risk management effectiveness'), guiding when to use this tool versus alternatives like general account or trade history tools.

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/nirholas/Binance-US-MCP'

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