Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getFixedTermOrder

Read-only

Retrieve fixed-term order history with filters for product, order type, and time range, using cursor pagination.

Instructions

Query fixed term order history. Supports cursor-based pagination.

Notes:

  • When querying by productId, category must also be provided

  • Returns all order types if orderType is not specified

Rate limit: 10 req/s (UID)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
cursorNo
endTimeNo
orderIdNo
categoryNo
orderTypeNo
productIdNo
startTimeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.11

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare read-only behavior, and the description adds valuable operational details: cursor-based pagination, a required parameter dependency, a default filtering behavior, and a rate limit. It does not cover ordering or time-boundary semantics, but it goes well beyond 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.

Conciseness5/5

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

The description is compact and well-organized: a one-line purpose, two focused notes, and a rate limit. Every sentence adds functional value without unnecessary detail.

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?

For an 8-parameter read-only query with no output schema, the description gives the essential dependencies and pagination behavior, making it usable. However, it does not explain the meaning of time-range parameters, cursor mechanics, or what fields the returned order history contains.

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 carries the burden of explaining parameters. It clarifies productId/category coupling, orderType default, and cursor-based pagination, but leaves startTime, endTime, orderId, and cursor mechanics mostly to inference from names and types.

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 identifies a specific operation and resource: 'Query fixed term order history.' This distinguishes it from related siblings like getFixedTermPosition or placeFixedTermOrder, and the pagination note further defines its scope.

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 clear context for when to use this tool—fetching fixed term order history—and adds important behavioral guidance such as the productId/category dependency and default orderType behavior. It does not explicitly name alternative tools or state when not to use it, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools