Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getPositionTiers

Retrieve position tier data for spot margin trading, including borrow limits, margin rates, and max leverage per coin. Filter by currency or get all coins.

Instructions

Query position tier data for spot margin trading.

  • Returns tier information including borrow limits, margin rates, and max leverage.

  • If currency is omitted, returns data for all configured coins.

  • Tiers are ordered from small to large.

Agent hint: Authenticated endpoint. Returns position tier information per coin for spot margin. Each tier includes borrowLimit, positionMMR (maintenance margin rate), positionIMR (initial margin rate), and maxLeverage. Pass currency to filter for a specific coin, or omit to get all coins. Margin rates use 8 decimal precision.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
currencyNo
Behavior3/5

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

No annotations provided, so description carries burden. It mentions authenticated endpoint, return fields, precision, and optional filtering. Does not disclose rate limits, error cases, or data update frequency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is somewhat verbose with repeated information (e.g., margin rates precision mentioned twice). Structure is logical but could be tightened.

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?

Without output schema, description provides adequate detail on return fields and ordering. Covers core behavioral aspects for a read-only tool.

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?

0% schema coverage; description explains the `currency` parameter (omit for all coins, pass to filter). Could add format or allowed values but sufficient for basic usage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states it queries position tier data for spot margin trading and lists return fields (borrow limits, margin rates, max leverage). No explicit sibling differentiation but purpose is unambiguous.

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

Usage Guidelines3/5

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

Provides hint about authentication and optional filtering. Explains behavior when currency is omitted. Does not discuss when to use this tool vs other margin-related tools.

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