Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getSpreadInstrumentsInfo

Retrieve spread instrument specifications, including tick size, order quantity limits, and component leg details. Use to validate trading constraints before placing spread orders.

Instructions

Query instrument specifications for spread combination trading pairs, including contract type, trading status, price tick size, order quantity limits, and component leg instrument details.

Use this endpoint when you need to:

  • Discover available spread symbols and their trading constraints before placing orders

  • Validate price precision (tickSize) and quantity limits (minSize, maxSize) for order construction

  • Retrieve the component leg instruments (legs) that make up a spread combination

Returns a paginated list of spread instruments. Use nextPageCursor from the response to retrieve subsequent pages by passing it into the cursor parameter.

Do not use this endpoint for real-time price data — use getSpreadTickers instead.

Notes:

  • Response may have latency during periods of high market volatility

  • Supports cursor-based pagination

  • No authentication required

Agent hint: Use this endpoint to discover available spread symbols and their trading constraints. Call this before constructing orders to retrieve tickSize, minSize, and maxSize. Do not use this for real-time prices — use getSpreadTickers for current price and 24h stats. For pagination, pass the nextPageCursor value from the previous response into the cursor parameter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo
baseCoinNo
limitNo
cursorNo
Behavior4/5

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

With no annotations, the description discloses latency during high volatility, cursor-based pagination, and no authentication required. It implicitly suggests read-only nature but does not explicitly state it. Overall, good transparency for a read tool.

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-organized with clear sections (purpose, usage, notes, agent hint). Front-loaded with main purpose. Slightly verbose but still efficient; every sentence adds value.

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?

Covers purpose, usage, pagination, latency, and auth. However, lacks parameter descriptions and response structure details beyond mentioning return fields. Completeness is adequate but not thorough given the tool's complexity.

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

Parameters2/5

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

Schema coverage is 0%, and the description minimally addresses parameters. It explains cursor usage for pagination but does not describe symbol, baseCoin, or limit parameters. The agent hint mentions response fields but not request parameters, leaving significant 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 tool's purpose: querying spread instrument specifications including contract type, trading status, tick size, order limits, and leg details. It effectively distinguishes itself from the sibling tool getSpreadTickers for real-time prices.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly provides when to use (before orders, for precision validation, component retrieval), when not to use (real-time prices), and indicates alternative (getSpreadTickers). Includes pagination guidance with cursor usage.

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