Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

queryFixedBorrowContracts

Retrieve fixed-rate borrow contracts with matched loan details, including principal, interest, and status. Supports pagination and filtering by order ID, currency, or term.

Instructions

Query fixed-rate borrow contracts (matched loan details).

Rules:

  • Supports cursor-based pagination

  • Can filter by orderId, orderCurrency, or term

  • Default page size is 10, maximum is 100

  • Returns matched contract details including principal, interest, and status

  • Unified account only

Service: bizasset-uta-loan-prod

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orderIdNo
orderCurrencyNo
termNo
limitNo10
cursorNo
Behavior4/5

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

Discloses key behavioral traits: cursor-based pagination, filterability, default/max page size, output includes principal/interest/status, and unified account only. No annotations provided, so description carries the burden, and it does well.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is concise with a clear introductory sentence followed by bullet-point rules. No redundant information; each sentence adds value.

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?

For a query tool with no output schema and no annotations, the description provides adequate context: output fields, restrictions, and service. Missing some details like error handling or authorization, but sufficient for typical use.

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?

Schema has 0% description coverage. The description compensates by explaining filter parameters (orderId, orderCurrency, term) and pagination parameters (limit, cursor). Adds meaning beyond the raw schema.

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 it queries fixed-rate borrow contracts for matched loan details. However, it does not explicitly distinguish from sibling tools like getCryptoLoanFixedBorrowContractInfo, leaving some ambiguity.

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?

Lists rules such as pagination, filters, defaults, and account type. Provides some guidance on usage but lacks explicit when-to-use or when-not-to-use compared to alternatives.

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