Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

SmallAssetConvert

Execute small asset conversion using a quoteId from the get-quote interface. Asynchronous exchange; verify final status via Get Exchange History.

Instructions

Confirm and execute small asset conversion using the quoteId returned by the get-quote interface. The exchange is async; check final status via the Get Exchange History endpoint.

  • API key permission: Convert

  • Rate limit: 5/s

  • Load balancing: consistent hash strategy

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quoteIdYes
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 async nature, required API key permission ('Convert'), rate limit (5/s), and load balancing strategy (consistent hash). This goes beyond basic purpose and helps agents understand operational constraints and post-invocation expectations.

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 very concise: one sentence for the core action, followed by three bullet points for async behavior, permission, rate limit, and load balancing. Every sentence adds value without redundancy, making it easy for an agent to parse key information quickly.

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?

Given no output schema, the description covers the tool's lifecycle well: input (quoteId from get-quote), async execution, and post-invocation action (check Get Exchange History). It also provides permission and rate limit context. Minor omission: no indication of immediate response structure or common failure modes, but acceptable for a tool with one parameter.

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?

The sole parameter 'quoteId' has no schema description (0% coverage), but the description adds significant meaning by specifying it must come from the get-quote interface. This provenance guidance compensates for the schema gap and helps agents correctly source the value.

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 the tool confirms and executes small asset conversion using a quoteId from the get-quote interface. This verb+resource combination is specific and distinguishes it from sibling tools like SmallAssetQuote (which generates quotes) and ConvertExecute (likely a general conversion tool). The async nature and status check instruction add precision.

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 explicitly instructs users to obtain a quoteId from the get-quote interface and to check final status via the Get Exchange History endpoint. This provides clear context on when to use and what to do after invocation. It does not explicitly mention when not to use or list alternatives, but the workflow implication is strong.

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