Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

distributeAward

Distribute a voucher to a specified user on Bybit. Supports spot airdrops with high precision and other voucher types for campaign rewards.

Instructions

Distribute a voucher to a specified user.

Rate Limit: 100 req/s

Notes:

  • Spot airdrop amount supports up to 16 decimal places

  • Other voucher types support up to 4 decimal places

  • specCode is a distribution identifier code, up to 8 characters, used for idempotency and query

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountIdYes
awardIdYes
specCodeYes
amountYes
brokerIdYes
Behavior3/5

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

The description provides a rate limit of 100 req/s and notes on decimal precision and idempotency via specCode. This adds behavioral context beyond the bare description. However, it lacks information on side effects (e.g., whether it modifies state), required permissions, or error scenarios. With no annotations, the description only partially fills the transparency gap.

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?

The description is concise and front-loaded with the purpose. It efficiently conveys rate limit and key constraints in a few sentences. However, the notes could be better structured (e.g., bullet points) for readability.

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?

Given 5 required parameters, no output schema, and many sibling tools, the description is too brief. It lacks parameter descriptions, usage context, and details about the distribution process (e.g., what happens after distribution). The tool feels incomplete without more context for the agent.

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?

The description provides no explanation for 4 of the 5 required parameters (accountId, awardId, amount, brokerId). Only specCode is partially described in the notes (up to 8 characters, used for idempotency). Schema coverage is 0%, so the description fails to add meaningful semantics for most parameters.

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 distributes a voucher to a user. It is a specific verb+resource. While there is no direct sibling with a similar name, the briefness and lack of explicit differentiation from other award-related tools slightly reduce clarity.

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?

No guidance is provided on when to use this tool vs alternatives. The description does not mention prerequisites, typical use cases, or situations to avoid. The agent is left to infer when 'distributeAward' is appropriate among hundreds of siblings.

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