Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

placeTokenOrder

Mint BYUSDT tokens by transferring USDT from FlexibleSaving, or redeem BYUSDT to receive USDT in your UNIFIED account.

Instructions

Place a Mint (minting) or Redeem (redemption) order for BYUSDT Token.

Mint: Transfer USDT from FlexibleSaving account to get BYUSDT Redeem: Redeem BYUSDT to get USDT in UNIFIED account

Rate Limit: 5 req/s (UID)

Notes:

  • orderLinkId provides idempotency — same ID returns the same order

  • Use Get Order endpoint to track order status

Agent hint: IMPORTANT: This subscribes real tokens into a token earn product. Before executing, you MUST ask the user to explicitly confirm the product, token type, and amount. Do not execute automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinYes
orderLinkIdYes
orderTypeYes
amountYes
accountTypeYes
Behavior4/5

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

Discloses rate limit, idempotency via orderLinkId, and suggests using Get Order endpoint for tracking. The agent hint warns about the real token subscription. No annotations are provided, but the description carries the burden well, though it does not describe the response format or potential errors.

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 well-structured with bullet points and bold headings. It is concise yet comprehensive, with no wasted sentences. The agent hint is prominently placed.

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?

Given the complexity of token minting/redemption and the lack of output schema, the description covers the core functionality, idempotency, rate limit, and a safety confirmation. It could explain the post-order flow more, but overall it's sufficiently complete for an agent to use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description explains the purpose of orderType, accountType (FlexibleSaving/UNIFIED), and orderLinkId (idempotency). It implicitly covers coin and amount, but lacks format details for amount. Adds significant value over the bare schema.

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 places a Mint or Redeem order for BYUSDT Token, with specific explanations of each operation. It distinguishes itself from sibling tools like createOrder by focusing on token minting/redemption.

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?

Provides clear guidance on when to use Mint vs Redeem, and includes an important agent hint about requiring user confirmation. However, it lacks explicit comparison to alternative tools like placeEarnOrder or createOrder, which would help in deciding when to use this tool over others.

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