Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

cancelAllSpreadOrders

Cancel all open spread orders across all symbols or for a specific symbol. Use for quick order cleanup or emergency risk management.

Instructions

Cancel all open spread trading orders, optionally filtered by symbol.

Usage Scenarios:

  • Cancel all open spread orders across all symbols by setting cancelAll to true.

  • Cancel all open orders for a specific spread symbol by providing symbol.

  • Emergency risk management: quickly flatten all open spread orders.

Important:

  • When symbol is provided, cancelAll is disregarded and only orders matching the symbol are cancelled.

  • When symbol is omitted and cancelAll is true, all open orders across all symbols are cancelled.

  • The response is asynchronous; monitor the WebSocket for final status confirmation.

Agent hint: POST endpoint requiring authentication. When symbol is provided, cancelAll is ignored. When symbol is omitted and cancelAll=true, all orders are cancelled. Response is asynchronous -- use WebSocket to confirm.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo
cancelAllNo
Behavior5/5

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

No annotations provided, so description carries full burden. Discloses parameter precedence, asynchronous response, WebSocket confirmation, and authentication requirement. Exceptionally thorough.

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?

Well-structured with clear sections. Around 150 words, every sentence adds value. Could be slightly more concise but very effective.

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?

Covers cancellation behavior, parameter logic, and asynchronous nature. No output schema, but mentions WebSocket for confirmation. Lacks details on error responses or typical success format, but sufficient for a cancellation tool.

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

Parameters5/5

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

Schema coverage is 0%, but description compensates fully by explaining the function and precedence of each parameter (symbol and cancelAll) with concrete examples.

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?

Clearly states 'Cancel all open spread trading orders, optionally filtered by symbol.' Specific verb+resource, and distinguishes from siblings like cancelAllOrders and cancelSpreadOrder.

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?

Provides explicit usage scenarios including emergency risk management. Explains when to use cancelAll vs symbol. Does not explicitly state when not to use, but context is clear.

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