Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

cancelRfq

Cancel an active Request for Quote (RFQ) using its ID or link ID. This action invalidates all associated quotes.

Instructions

Cancel an active RFQ. You must pass either rfqId or rfqLinkId. If both are provided, only rfqId is considered. When an inquirer cancels an order, all corresponding quotes become invalid.

Rate Limit: 50 requests per second.

Agent hint: Pass either rfqId or rfqLinkId to cancel an RFQ. If both are provided, rfqId takes priority. Cancelling an RFQ invalidates all associated quotes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rfqIdNo
rfqLinkIdNo
Behavior4/5

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

Discloses rate limit (50 req/s), parameter priority, and side effect (quotes become invalid). Without annotations, these are essential. No mention of idempotency or error cases, but sufficient for the tool's simplicity.

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?

Description is clear and front-loaded with purpose, then parameter rule, side effect, rate limit. Slight redundancy in the agent hint repeating earlier content, but overall concise.

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?

Covers purpose, parameter usage, side effect, and rate limit. Lacks error handling or response format, but acceptable for a simple cancel operation. Distinguishes sufficiently from siblings.

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 coverage, description compensates by explaining the parameter choice, priority rule, and that one must be provided. Adds meaning beyond the schema's empty descriptions.

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?

Description clearly states 'Cancel an active RFQ' with specific verb and resource. It details parameter behavior (rfqId vs rfqLinkId) and side effect (invalidates quotes), distinguishing it from siblings like cancelAllRfqs and cancelQuote.

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 parameter usage guidance ('You must pass either rfqId or rfqLinkId') and effect on quotes. Does not explicitly compare to cancelAllRfqs, but the context is clear. Implicit guidance is adequate.

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