Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

postCryptoLoanCommonAdjustLtv

Adjust collateral amount for a crypto loan to control LTV ratio, reducing liquidation risk or freeing up assets.

Instructions

Adjust the amount of collateral for a specific currency to manage the LTV ratio.

Features:

  • Private endpoint (authentication required)

  • Add collateral to reduce LTV and lower liquidation risk

  • Remove collateral to free up assets (if LTV allows)

  • Returns an adjustId for tracking the adjustment operation

  • Rate limit: 1 request per time window per UID

Use Cases:

  • Add collateral when approaching liquidation threshold

  • Remove excess collateral when LTV is safe

  • Rebalance collateral portfolio

  • Manage risk by adjusting collateral levels

Important:

  • direction: 1 = Add collateral, 2 = Remove collateral

  • Removing collateral requires sufficient margin to maintain safe LTV

  • Cannot remove collateral if it would trigger liquidation

  • Users without active loans cannot adjust collateral

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
currencyYes
amountYes
directionYes
Behavior4/5

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

No annotations provided, so description covers privacy (authentication required), rate limit (1 per time window per UID), return value (adjustId), and behaviors for add vs remove. Missing details on side effects like fees or impact on loan terms, but overall covers key behavioral traits well.

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 (Features, Use Cases, Important) and bullet points. Some redundancy between Features and Important (both mention add/remove). Generally concise and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, but the description mentions returning an adjustId. Lacks details on error scenarios, response structure, and prerequisites beyond 'no active loans'. Could be more complete for a mutating tool.

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 has 0% description coverage, so the description partially compensates by explaining the 'direction' parameter (1=add, 2=remove). However, it does not elaborate on 'currency' format or 'amount' semantics (e.g., units, precision). Adds value but not fully compensating for missing schema descriptions.

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?

Clearly states the tool adjusts collateral for a specific currency to manage LTV ratio. Distinguishes from siblings by focusing on LTV adjustment, with explicit features for adding or removing collateral. Verb 'adjust' and resource 'collateral' 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 (adding collateral near liquidation, removing excess, rebalancing, risk management) and important notes on direction values, margin requirements, and conditions for removal. Effectively guides when to use the tool and when not to.

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