Skip to main content
Glama

Bybit MCP Server

detect_position_mode

Identify current position mode (one-way or hedge) and obtain recommended positionIdx for orders on Bybit MCP Server. Ensure accurate trading by verifying positions per category and optional symbol.

Instructions

Detect current position mode (one-way vs hedge) and get recommended positionIdx for orders

Input Schema

NameRequiredDescriptionDefault
categoryYesCategory (spot, linear, inverse, etc.)
symbolNoSymbol (e.g., ETHUSDT) - optional, will check all positions if not provided

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Category (spot, linear, inverse, etc.)", "type": "string" }, "symbol": { "description": "Symbol (e.g., ETHUSDT) - optional, will check all positions if not provided", "type": "string" } }, "required": [ "category" ], "type": "object" }

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/kondisettyravi/mcp-bybit-node'

If you have feedback or need assistance with the MCP directory API, please join our Discord server