Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

redeemFixedTerm

Redeem fixed term positions early from eligible FundPool or FixedTermSaving products, subject to redemption limits and discounted APY.

Instructions

Early redemption for a fixed term position.

Notes:

  • FundPool products with allowEarlyRedemption=true support early redemption with discounted APY (earlyRedemptionApy)

  • FixedTermSaving products (if allowed) support early redemption with zero redemption earnings

  • Positions within the redemptionLimitDuration window cannot be redeemed early

Rate limit: 5 req/s (UID)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productIdYes
categoryYes
positionIdYes
Behavior3/5

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

With no annotations, the description partially discloses behavioral traits: early redemption results in discounted APY or zero earnings, and positions within a redemption window cannot be redeemed. It mentions the rate limit. However, it does not clarify the actual mutation (position closure/reduction) or output behavior, leaving gaps for the agent.

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?

The description is concise: two sentences plus bullet points covering key conditions and rate limit. It front-loads the main action. There is minimal redundancy, though the bullet points could be better integrated. Overall, efficient use of space.

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?

Given three parameters, no output schema, and no annotations, the description provides useful context on eligibility and rate limits but lacks details on return values, error scenarios, and prerequisites. It is adequate for basic understanding but not fully complete for an agent to predict outcomes.

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?

The input schema has three parameters (productId, category, positionId) with no description in the schema. The tool description does not explicitly explain each parameter; it only indirectly relates category to product types mentioned in the notes. This is insufficient for an agent to understand parameter values without additional context.

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 it is for 'early redemption for a fixed term position', which is a specific action on a specific resource. It differentiates from siblings like placeFixedTermOrder (creation) and getFixedTermPosition (query) by focusing on redemption. The notes further clarify product-specific behavior, reinforcing purpose.

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?

The description provides context on when to use the tool: for early redemption of fixed term positions, with conditions for different product categories (FundPool with allowEarlyRedemption=true, FixedTermSaving if allowed) and a restriction for positions within redemptionLimitDuration. It does not explicitly mention alternative tools or when not to use, but the eligibility criteria are 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