Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getCryptoLoanCommonPosition

Read-only

Retrieve your current crypto loan position to assess LTV, liquidation risk, total debt, collateral, and lending across currencies, with flexible and fixed-term breakdowns.

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.11

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the readOnlyHint/openWorldHint annotations, the description discloses authentication requirements, a UID-based rate limit, empty-position behavior, real-time USD pricing, and the flexible/fixed debt split. This is rich operational context with no contradiction to the annotations.

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-organized with Features, Use Cases, and Important sections, and the main action is front-loaded. It is slightly redundant ('Separate flexible and fixed-term debt information' appears in both Features and Important), but overall it earns its length.

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?

With no parameters and no output schema, the description still conveys the principal return content (LTV, debt, collateral, supply breakdowns) and key behaviors (empty position, real-time USD values, rate limit, authentication). Nothing needed to invoke or interpret the tool is missing.

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 zero properties and 100% coverage, so there are no parameters for the description to clarify. Baseline 4 applies; the description does not mislead about inputs and correctly implies no parameters are needed.

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 opening sentence names a specific action (Query) and resource ('user's current crypto loan position'), and the feature bullets enumerate distinct metrics (LTV, total debt, collateral, supply breakdowns). This makes it identifiable among crypto-loan siblings such as getCryptoLoanFixedSupplyContractInfo, even though no sibling is named.

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?

A dedicated 'Use Cases' section gives concrete conditions: monitor LTV ratio, view total debt, track borrowing across currencies, review collateral distribution, check lending positions, and assess portfolio health. It does not explicitly state when not to use it or name alternatives, so it stops short of the top score.

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