Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

placeFixedTermOrder

Place a staking order to lock cryptocurrency into a fixed-term earn product. Confirm product, amount, and lock-up period before execution.

Instructions

Place a staking order for a fixed term product.

Notes:

  • autoInvest parameter is only effective when category is FundPool

  • orderLinkId must be unique for idempotency for specific user and category.

Rate limit: 5 req/s (UID)

Agent hint: IMPORTANT: This locks funds into a fixed-term earn product. Before executing, you MUST ask the user to explicitly confirm the product, amount, and lock-up period. Do not execute automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productIdYes
categoryYes
coinYes
amountYes
accountTypeYes
orderLinkIdYes
autoInvestNo
Behavior3/5

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

The description discloses rate limit (5 req/s UID), parameter constraints (autoInvest only for FundPool, orderLinkId idempotency), and a hint that it locks funds. However, it doesn't mention return values, irreversibility, or authorization requirements. With no annotations, the description carries full burden but remains incomplete.

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 with a clear main clause, bulleted notes, and a separate hint. The critical warning about locking funds is placed at the end, but overall structure is efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 7 parameters, 6 required, 2 enums, no output schema, and no annotations, the description is incomplete. It lacks parameter details, return value info, and comprehensive behavioral traits for a mutative operation with significant consequences.

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?

Only two of seven parameters are explained (autoInvest and orderLinkId). The schema has 0% description coverage, so the description should compensate but fails to explain productId, category, coin, amount, and accountType.

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 'Place a staking order for a fixed term product', specifying the verb (place) and resource (staking order for fixed term). It distinguishes from sibling tools like placeEarnOrder, which likely handle flexible terms.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives like placeEarnOrder or placeAdvanceEarnOrder. The agent hint focuses on user confirmation, not on tool selection criteria.

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