Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getAffiliateUserInfo

Retrieve detailed affiliate client user information: VIP level, KYC level, wallet balance range, trading volume, deposit amount, and commission data.

Instructions

Query detailed information for a specified direct client user under the affiliate account, including VIP level, KYC level, wallet balance range, 30-day / 365-day trading volume, deposit amount, and commission data.

Notes:

  • Must use an API Key with affiliate permission bound to a Master UID.

  • uid is the Master UID of the direct client to query.

  • depositAmount30Day / depositAmount365Day are updated every 5 minutes.

  • Trading volume covers three business lines: derivatives, options, and spot.

  • Commission data is for reference only; refer to the Affiliate Portal for authoritative figures.

  • totalWalletBalance returns a range value, not an exact balance:

    • "1" → < 100 USDT

    • "2" → 100–500 USDT

    • "3" → 500–1000 USDT (or similar tier)

    • "4" → > 500 USDT

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidYes
Behavior4/5

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

With no annotations, the description fully bears the burden of behavioral disclosure. It reveals that wallet balance returns a range value (mapping provided), deposit amounts update every 5 minutes, trading volume covers three business lines, and commission data is for reference only. These disclosures provide important behavioral context, though it does not explicitly state the tool is read-only (implied by 'Query').

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 well-structured with a primary sentence followed by bullet-point notes. It front-loads the main action and then details important caveats. While slightly verbose, each note adds value without redundancy, making it efficient for an agent to parse.

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?

For a single-parameter tool with no output schema or annotations, the description covers essential aspects: what data is returned, permission requirements, update frequency, and interpretation of range values. It lacks explicit return format details, but the described data points give sufficient context for an agent to understand the output scope.

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 input schema has only one parameter (uid) with no description, giving 0% schema coverage. The description compensates by explaining that 'uid' is the Master UID of the direct client to query, adding necessary semantic meaning beyond the schema definition.

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's purpose: 'Query detailed information for a specified direct client user under the affiliate account', listing specific data fields (VIP level, KYC level, wallet balance range, etc.). It distinguishes itself from sibling tools like getAffiliateUserList by focusing on a single user's details rather than a list.

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 provides explicit usage context: it requires an API Key with 'affiliate' permission bound to a Master UID, and explains that 'uid' refers to the Master UID of the client. While it does not explicitly mention when not to use it or provide direct alternatives, the notes clarify prerequisites and data refresh behavior, giving clear guidance for correct use.

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