Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

listEarnCoupons

Retrieve your interest-rate coupons and Dual Assets reward cards by product category. Use the returned award details to apply coupons when placing orders.

Instructions

Query the user's interest-rate coupons (interestCards) and Dual Assets reward cards (awardCards, e.g. trial funds / zero-cost vouchers) for the given product category.

Returned cards include all states: InUse, NotUse, Expired, and AlreadyUsed. To apply a coupon when placing an order, pass its awardId and specCode in the interestCard field of the corresponding place-order request:

Rate Limit: 10 req/s (UID)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryYes
Behavior3/5

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

No annotations provided, so description carries full burden. It includes rate limit (10 req/s) and states returned card states, but does not explicitly confirm read-only behavior or describe side effects. Adequate but not exhaustive.

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?

Efficiently structured: purpose sentence, states returned types and statuses, provides clear application guidance with bullet points, and ends with rate limit. No fluff.

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?

No output schema, so description should detail response fields. It mentions awardId and specCode in usage context but does not fully describe the response structure or pagination. Some gaps for agent completeness.

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 coverage is 0%, but the description explains that the single parameter 'category' determines which product's coupons to query, and lists the allowed values (FlexibleSaving, DualAssets) in context. This adds meaning beyond the raw enum.

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 verb 'Query', specifies the resources (interest-rate coupons and Dual Assets reward cards), and scopes it by product category. It distinguishes itself from sibling tools like getEarnPosition and getEarnProduct by focusing on coupon listing.

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 implies usage by linking to place-order requests, but lacks explicit guidance on when to use this tool vs alternatives (e.g., getAwardInfo). No when-not-to-use or prerequisite information.

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