Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

accountRepay

Manually repay Unified account liabilities. Supports full repayment or targeting a specific coin with optional amount, using spot balance and asset conversion if needed.

Instructions

Manually repay the liabilities of Unified account.

Rules:

  • If neither coin nor amount is provided, the system repays all liabilities

  • If only coin is provided (without amount), that coin's liability is fully repaid

  • If coin is not passed, amount cannot be passed

  • The system uses spot available balance first; remaining amounts trigger asset conversion per liquidation order

  • Floating-rate liabilities are repaid before fixed-rate liabilities

  • BYUSDT and MNT are excluded from standard conversion repayment

  • Repayment is blocked between 04:00–05:30 UTC hourly; interest is calculated at 05:00 UTC

  • Conversion fees use the higher asset rate with a USD 300,000 per-transaction limit

Service: bizasset-uta-loan-prod

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinNo
amountNo
repaymentTypeNo
Behavior5/5

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

No annotations are provided, so the description fully carries the burden. It discloses many behavioral traits: repayment logic (full vs partial), conversion fees, time restrictions, and priority ordering of liabilities. This is exceptionally transparent.

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 bullet points and front-loads the purpose. However, it is somewhat lengthy; some details (e.g., conversion fee limits) could be condensed without losing essential information.

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 annotations and no output schema, the description is remarkably complete. It covers input semantics, behavioral rules, side effects (conversion, fees), and temporal constraints. An agent has sufficient context to use the tool correctly.

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 coverage is 0%, so the description must compensate. It explains the meaning of coin and amount through rules (e.g., 'If neither coin nor amount is provided, the system repays all liabilities'), but it does not describe the repaymentType parameter (enum: ALL, FIXED, FLEXIBLE). Partial coverage leaves gaps.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Manually repay the liabilities of Unified account' with a specific verb and resource. However, it does not explicitly distinguish this tool from sibling tools like accountNoConvertRepay or quickRepayment, which have overlapping purposes.

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

Usage Guidelines3/5

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

The description provides detailed rules about when to use coin/amount parameters and lists blocking conditions (e.g., time block). However, it does not guide the agent on when to choose this tool over alternatives like accountNoConvertRepay or quickRepayment.

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