Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

cancelQuote

Cancel an active quote by providing a quote ID, RFQ ID, or quote link ID. When RFQ ID is used, all quotes for that RFQ are canceled.

Instructions

Cancel an active quote. You must pass one of the following parameters: quoteId, rfqId, or quoteLinkId. Priority order when multiple are provided: quoteId > quoteLinkId > rfqId.

Rate Limit: 50 requests per second.

Agent hint: Pass one of quoteId, quoteLinkId, or rfqId to cancel a quote. Priority: quoteId > quoteLinkId > rfqId. When rfqId is used, all quotes for that RFQ are cancelled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quoteIdNo
rfqIdNo
quoteLinkIdNo
Behavior3/5

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

With no annotations, the description adds value by stating a rate limit (50 requests/second) and the behavior that using rfqId cancels all quotes for that RFQ. However, it does not disclose other traits like irreversibility, authorization needs, or error conditions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is mostly concise but includes redundant agent hint that repeats the parameter info. The rate limit note is helpful but could be integrated more efficiently. Overall, it is adequate but not tight.

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, few parameters, and no annotations, the description covers basic usage and one behavioral note, but is incomplete regarding success/error responses, prerequisites, or broader context. It is minimally viable.

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?

Schema description coverage is 0%, so the description compensates by explaining the three parameters (quoteId, rfqId, quoteLinkId), their priority order, and the special behavior of rfqId. This adds significant meaning beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool cancels an active quote, using a specific verb and resource. It does not explicitly differentiate from sibling tools like cancelAllQuotes or cancelRfq, but the purpose is unambiguous.

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 includes a note on parameter requirements and priority order, but does not provide guidance on when to use this tool versus alternatives (e.g., cancelAllQuotes). It lacks explicit when-not-to-use context.

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