Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

executeQuote

Accept a quote to initiate a multi-leg trade. Asynchronous endpoint; confirm via trade history or WebSocket for execution status.

Instructions

Execute (accept) a quote to initiate the multi-leg trade. This endpoint is asynchronous - the order is sent to the matching engine. To confirm execution, check the Get Trade History endpoint or monitor the Execution WebSocket topic.

Only the creator of the RFQ can execute quotes.

Rate Limit: 50 requests per second.

Agent hint: This is an asynchronous endpoint. After calling it, poll Get Trade History or listen to the Execution WebSocket to confirm the trade was filled. Only the RFQ creator can execute quotes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rfqIdYes
quoteIdYes
quoteSideYes
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the asynchronous nature, rate limit (50 req/s), and authentication constraint (only RFQ creator). This gives the agent necessary behavioral context, though it could mention error handling or idempotency.

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 front-loaded with the core purpose and then provides sequential details. There is some redundancy between the main text and the 'Agent hint' section, but overall it is well-structured and not excessively long.

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 no output schema, the description adequately covers async behavior, rate limit, and verification steps. However, it lacks details on response structure, error cases, and what the tool returns. For an execution endpoint, this is a notable gap, making it minimally viable.

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 the description should explain parameters. It does not describe rfqId, quoteId, or quoteSide beyond their names. While the names are somewhat self-explanatory, added semantics (e.g., where to obtain these IDs) would help. The description adds minimal value over the 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 'Execute (accept) a quote to initiate the multi-leg trade,' providing a specific verb and resource. It differentiates from siblings by mentioning 'multi-leg trade' and requiring the RFQ creator, which distinguishes it from other quote-related tools like acceptNonLpQuote or applyQuote.

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 clear context: it instructs to check Get Trade History or monitor Execution WebSocket after calling, and notes that only the RFQ creator can execute. It does not explicitly exclude alternatives but offers strong guidance on proper usage and follow-up actions.

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