Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

accountFixedBorrow

Create a fixed-rate borrow order for a Unified account with terms from 7 to 180 days. Choose partial or full fill strategy and maturity handling. Requires user confirmation of amount, rate, and term.

Instructions

Create a fixed-rate borrow order for Unified account.

Rules:

  • Supports fixed terms: 7, 14, 30, 90, 180 days

  • Order strategy: PARTIAL (partial fill or cancel) or FULL (fill or kill)

  • Maturity handling: 1 (auto-repay) or 2 (convert to flexible-rate loan)

  • Borrowing depends on available supply in the fixed-rate lending market

  • Unified account only

Service: bizasset-uta-loan-prod

Agent hint: IMPORTANT: This creates a real loan with interest obligations. Before executing, you MUST ask the user to explicitly confirm the loan amount, annual rate, and term. Do not execute automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orderCurrencyYes
orderAmountYes
annualRateYes
termYes
repayTypeNo
strategyTypeNo
Behavior3/5

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

No annotations are provided, so the description must disclose all behavioral traits. It mentions that this creates a real loan with interest obligations, depends on available supply, and is for Unified account only. However, it does not explain side effects (e.g., what happens on insufficient supply), authorization needs, or rate limits.

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 for rules and a separate agent hint. It is concise but includes necessary details. Every sentence adds value, though a bit more brevity could be achieved.

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?

Given the tool's complexity (6 parameters, no output schema, no annotations), the description provides basic context like account type and dependencies but lacks information on return values, error handling, and prerequisites like collateral requirements.

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 0%, so the description is expected to explain parameters. It partly does: it explains the 'term' (enum values), 'strategyType' (PARTIAL/FULL), and 'repayType' (1/2). But it does not explain 'orderCurrency', 'orderAmount', or 'annualRate', leaving gaps.

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 'Create' and the resource 'fixed-rate borrow order for Unified account'. It includes specific rules and constraints (e.g., supported terms, strategy types) that distinguish it from other tools. The title itself is specific.

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?

The description provides explicit rules for when to use the tool (e.g., fixed terms, order strategy, maturity handling) and an agent hint that requires user confirmation before execution, indicating when not to proceed automatically. However, it does not explicitly compare this tool to other borrow-related siblings.

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