Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getCryptoLoanCommonPosition

Check your active crypto loan details including LTV ratio, total debt, and collateral across currencies. Monitor liquidation risk and assess portfolio health.

Instructions

Query the user's current crypto loan position with comprehensive details.

Features:

  • Private endpoint (authentication required)

  • Get overall position metrics (LTV, total debt, total collateral)

  • View detailed borrowing breakdown by currency

  • View collateral breakdown by currency

  • View supply (lending) breakdown by currency

  • Separate flexible and fixed-term debt information

  • Rate limit: 5 requests per time window per UID

Use Cases:

  • Monitor current LTV ratio and liquidation risk

  • View total debt and collateral values

  • Track borrowing across multiple currencies

  • Review collateral distribution

  • Check lending positions

  • Assess overall portfolio health

Important:

  • Returns empty position if user has no active loans

  • All USD values calculated using real-time prices

  • Flexible and fixed debt tracked separately

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full transparency burden. It discloses that it's a private endpoint (auth required), rate limit (5 req/UID), returns empty if no loans, and distinguishes flexible/fixed debt. Missing explicit statement that it is read-only, but implied.

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?

The description is well-structured with headings (Features, Use Cases, Important) and front-loads the purpose. It is slightly verbose but each section adds value. No wasted words.

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 output schema, the description covers features, use cases, and important notes. It effectively describes what the tool returns (position metrics, breakdowns) but lacks explicit return format details. Still adequate for understanding.

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?

There are zero parameters, so baseline is 4. The description does not add parameter documentation (none needed). It effectively lists available response fields via features, which compensates somewhat.

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's purpose as 'Query the user's current crypto loan position with comprehensive details.' It lists specific metrics (LTV, total debt, collateral breakdown), which distinguishes it from related sibling tools like getCryptoLoanCommonAdjustmentHistory or getCryptoLoanCommonCollateralData.

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

Usage Guidelines4/5

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

Use cases are explicitly listed (monitor LTV, view debt/collateral, track borrowing, etc.), providing context for when to use the tool. However, it does not explicitly exclude alternatives or mention when not to use it, leaving some ambiguity among the many sibling 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/bybit-exchange/trading-mcp'

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