Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

queryEscrowSubMembersV5

Query escrow sub-accounts for private wealth management. Returns paginated list of custodial sub-accounts managed by trading teams, with cursor-based navigation.

Instructions

Query escrow (fund management) sub-accounts in paginated format. Use trading team's API key.

Important notes:

  • Returns escrow sub-accounts (fund management type) associated with trading teams

  • Supports pagination using cursor-based navigation

  • Used specifically for Private Wealth Management scenarios

  • Only returns escrow sub-accounts bound to the requesting trading team

  • Trading team accounts can query their managed escrow relationships

Escrow Sub-accounts:

  • Type 6 custodial sub-accounts designated for fund management

  • Managed by trading teams on behalf of clients

  • Username displayed as "Private_Wealth_Management" for privacy

  • Have special permissions and restrictions

  • Cannot be directly accessed like normal sub-accounts

  • Relationship stored with escrow metadata in extension field

Pagination:

  • Uses cursor-based pagination for efficient large dataset handling

  • Default page size: 100 (maximum)

  • Returns nextCursor for fetching next page

  • nextCursor = 0 indicates last page reached

Required Permissions:

  • Trading team account API key

  • Appropriate escrow management permissions

Response includes:

  • Escrow sub-account UID

  • Account type (always 6 for escrow)

  • Account status

  • Account mode (Classic or UTA)

  • Remark/notes from extension field

  • Next cursor for pagination

Use Cases:

  • Trading teams managing client funds

  • Private wealth management operations

  • Institutional custody account listing

  • Fund management auditing

  • Escrow relationship monitoring

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nextCursorNo
pageSizeNo
Behavior5/5

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

With no annotations provided, the description fully discloses behavior: it returns type 6 custodial sub-accounts, pagination details (cursor-based, default page size 100, nextCursor=0 indicates last page), permissions required, and response fields. No contradictions.

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 sections and bullet points, front-loading the purpose. It is slightly lengthy but each sentence adds value, making it clear yet organized. Some redundancy exists (e.g., 'Important notes' followed by list) but overall efficient.

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

Completeness5/5

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

Given the tool's complexity (sub-accounts, pagination, permissions) and no output schema, the description provides enough detail: response fields (UID, type, status, mode, etc.), pagination behavior, and required permissions. An agent can correctly invoke and interpret the results.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has no parameter descriptions (0% coverage), but the description adds meaning by explaining pagination: cursor-based navigation, default page size 100, maximum 100, and interpretation of nextCursor. This goes beyond the schema's raw definitions.

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 queries escrow sub-accounts in paginated format, with specific verb 'query' and resource 'escrow sub-accounts'. It distinguishes from siblings by focusing on fund management type sub-accounts, avoiding confusion with other account-related tools.

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 clear context for use: Private Wealth Management scenarios, trading teams managing client funds, and requiring a trading team API key. It specifies what it returns (only escrow sub-accounts bound to the requesting team) but does not explicitly state when not to use it.

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