Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getRiskLimit

Query tiered risk limit parameters for perpetual and futures contracts to understand position size limits, initial and maintenance margin rates, and maximum leverage per tier before placing orders.

Instructions

Query tiered risk limit parameters for perpetual and futures contracts, including position size limits, initial/maintenance margin rates, and maximum leverage per tier.

Use this endpoint when you need to:

  • Understand the risk tiers for a contract before placing large positions

  • Retrieve maximum leverage allowed at each risk tier (maxLeverage)

  • Check initial margin rate (initialMargin) and maintenance margin rate (maintenanceMargin) per tier

Supported Products: USDT contract, USDC contract, Inverse contract

Returns all risk tiers for the specified symbol. Supports cursor-based pagination.

Do not use this endpoint for instrument-level leverage filter — use getInstrumentsInfo instead.

Notes:

  • Returns tiered risk limit levels with corresponding margin requirements and leverage caps

  • No authentication required

Agent hint: Use this endpoint to retrieve risk tier parameters for a contract symbol. category is required; symbol is optional (omit to get all symbols for the category). Use this before setting leverage or placing large orders to understand margin requirements. For instrument-level leverage filter, use getInstrumentsInfo instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryYes
symbolNo
cursorNo
Behavior4/5

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

With no annotations, the description discloses supported products, pagination (cursor-based), authentication requirement (none), and returned data (tiered risk limits, margin requirements, leverage caps). Lacks detail on pagination limit defaults or error handling, but sufficient for core behavioral transparency.

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 bullet points, front-loaded purpose, and clear sections. Repetition of 'category is required; symbol is optional' appears twice, but overall concise and each 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?

No output schema exists, so description must compensate. It states returns all risk tiers and includes margin requirements and leverage caps, but lacks detail on response structure, error conditions, or pagination behavior. Adequate for a query tool but not exhaustive.

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 coverage is 0%, so description must compensate. It explains category (required), symbol (optional), and mentions cursor-based pagination but does not describe cursor parameter usage or effects. Provides enough context for two of three parameters, leaving cursor partially explained.

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 queries tiered risk limit parameters for perpetual and futures contracts, listing specific parameters (position size limits, margin rates, leverage). It distinguishes from sibling tool getInstrumentsInfo by explicitly stating not to use for instrument-level leverage filter.

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?

Provides clear use cases (before large positions, check max leverage, margin rates) and explicitly states when not to use (instrument-level leverage filter) with alternative tool name. Agent hint reinforces usage before setting leverage or large orders.

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