Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getSmartLeverageRedeemEstAmountList

Retrieve estimated redemption amounts for Smart Leverage or Double Win positions before placing a redeem order. Returns estimated amounts per position for up to 5 position IDs.

Instructions

Query the estimated redemption amount for one or more Smart Leverage / Double Win positions. Requires Earn permission on the API key.

Rate Limit: 10 req/s (UID)

Important: This endpoint must be called before placing a Redeem order. The server caches the estimation result for 10 minutes. When placing the Redeem order, the estRedeemAmount field must match the cached value.

  • Max 5 position IDs per request

  • Returns success/failure per position individually

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryYes
positionIdsYes
Behavior4/5

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

Given no annotations, the description discloses permission requirements, rate limiting, caching behavior, position limit, and per-position result handling. It does not mention idempotency but the purpose implies reads. No contradictions.

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

Conciseness5/5

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

The description is brief and well-organized into paragraphs for purpose, permission, rate limit, and important usage details. Every sentence adds value without redundancy.

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?

For a tool with 2 parameters and no output schema, the description covers purpose, permission, rate limit, caching, ordering, and per-position results. It lacks output format details but that is not required without an output schema.

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%, so description must compensate. It only notes 'Max 5 position IDs per request' for positionIds, but does not explain the category enum or what positionIds represent. Insufficient detail for both parameters.

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 estimated redemption amounts for Smart Leverage/Double Win positions. It distinguishes itself from other tools by specifying the exact use case and that it must be called before placing a Redeem order.

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?

It provides explicit prerequisites (Earn permission), rate limits, and the critical timing constraint (must call before redeem, cached for 10 minutes). It does not explicitly state when not to use or alternatives, but the 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