Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

QuoteApply

Destructive

Submits a conversion quote request to Bybit OpenAPI, returning the current exchange rate and a quote ID for executing the conversion.

Instructions

Apply for a conversion quote via OpenAPI, get conversion rate and quote ID.

  • OpenAPI interface, requires API Key authentication

  • ACL permission: RESOURCE_GROUP_EXCHANGE_HISTORY + PERMISSION_WRITE

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

  • Requires KYC verification

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toCoinYes
fromCoinYes
paramTypeNo
requestIdNo
paramValueNo
toCoinTypeNocrypto
accountTypeYes
requestCoinYes
fromCoinTypeNocrypto
requestAmountYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.11

TDQS

B3.2/5.0
Behavior4/5

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

Annotations already indicate a non-read-only, destructive operation. The description adds useful behavioral context beyond annotations: API key authentication, ACL permission, rate limiting, and KYC requirements. It does not specify what side effect or destructive action occurs, but the added constraints are meaningful and consistent with the annotations.

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 compact and front-loaded: the main sentence explains the purpose and result, followed by four short prerequisite bullets. Every sentence adds useful information and there is no filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a 10-parameter tool with no output schema and no parameter descriptions. The description covers authentication and rate limits but leaves parameter semantics, optional fields, response details, and selection criteria among multiple quote-related siblings unexplained. This is not enough for an agent to reliably invoke the tool correctly.

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 description coverage is 0%, and the description does not explain any of the 10 parameters. While 'conversion quote' hints at the roles of fromCoin, toCoin, requestAmount, and requestCoin, optional parameters such as paramType, paramValue, requestId, and coin types are completely unexplained. The description fails to compensate for the empty 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 states a specific action and resource: 'Apply for a conversion quote via OpenAPI, get conversion rate and quote ID.' This clearly identifies what the tool does. However, it does not differentiate itself from similarly named sibling tools such as applyQuote, getTradeQuote, or confirmQuote.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides operational prerequisites such as API key authentication, ACL permissions, rate limits, and KYC verification, but it gives no guidance on when to use this tool instead of related quote tools. There is no mention of alternatives, exclusions, or the broader workflow in which this quote should be applied.

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