Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

ConvertExecute

Execute a conversion by confirming a quote ID. The exchange is asynchronous; check final status with the query result API.

Instructions

Confirm and execute a conversion based on quote ID. The exchange is async; check the final status by calling the query result API. Make sure you confirm the quote before it expires.

  • OpenAPI interface, requires API Key authentication

  • ACL permission: RESOURCE_GROUP_EXCHANGE_HISTORY + PERMISSION_WRITE

  • Rate limit: 5/user/s, 100/path/s globally

  • Requires KYC verification

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quoteTxIdYes
Behavior4/5

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

Despite no annotations, the description discloses key behavioral traits: async nature, authentication (API key), ACL permissions, rate limits, and KYC requirement. This provides good transparency, though it omits idempotency or error handling details.

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 concise and well-structured. It uses a clear lead sentence followed by bullet points for authentication, permissions, rate limits, and KYC. No extraneous information.

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 the simple input (1 parameter) and lack of output schema, the description covers authentication, rate limits, and async behavior. However, it does not explain the return value format, potential error states, or the expected behavior of the async operation (e.g., polling interval).

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 sole parameter 'quoteTxId' has no schema description (0% coverage). The description adds minimal context by stating it's a 'quote ID' for conversion, but does not specify format, source, or examples. For a critical parameter, this is insufficient.

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 'confirm and execute a conversion based on quote ID,' specifying the verb (confirm and execute), the resource (conversion), and the input (quote ID). It distinguishes from sibling tools like 'confirmQuote' and 'executeQuote' by combining both actions and mentioning async behavior.

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?

The description implies usage after confirming a quote ('Make sure you confirm the quote before it expires'), but it does not explicitly state when to use this tool versus alternatives like 'executeQuote' or 'applyQuote'. The guidance on async and checking status via query result API is helpful but lacks explicit differentiation from siblings.

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