Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getSpreadOpenOrders

Read-only

Monitor active spread combination orders in real time to track unfilled or partially filled positions.

Instructions

Query real-time open orders for spread trading combinations. Returns active (unfilled or partially filled) spread combination orders.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
cursorNo
symbolNo
orderIdNo
baseCoinNo
orderLinkIdNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.11

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is covered. The description adds useful behavioral context by specifying 'real-time' and that only active (unfilled or partially filled) orders are returned, but it does not disclose pagination behavior, ordering, or scope of returned orders.

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?

Two short sentences with no filler. The core action and resource are front-loaded, and the active-order definition earns its place by clarifying the return scope.

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 a read-only query with no required parameters, the description is enough for a basic no-argument call. However, with 6 undocumented parameters and no output schema, it leaves gaps around pagination (cursor/limit), filtering semantics, and whose orders are returned, which an agent would need for advanced or correct filtered invocations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description adds no meaning for any of the 6 parameters: limit, cursor, symbol, orderId, baseCoin, and orderLinkId are all left to their bare names. An agent gets no guidance on how to combine filters or what format identifiers should take.

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 uses a specific verb and resource: 'Query real-time open orders for spread trading combinations.' It also defines what counts as active ('unfilled or partially filled'), and the 'spread' scope clearly distinguishes it from generic siblings like getOpenOrders and history tools like getSpreadOrderHistory.

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 clearly implies when to use this tool: for current, active spread-combination orders rather than historical or non-spread orders. However, it does not explicitly name alternatives or state when not to use it, so it falls just short of full routing guidance.

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