Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getTotalMembersAssets

Read-only

Retrieve the aggregated total assets across parent and sub accounts, optionally denominated in a specified coin, for a clear overview of combined holdings.

Instructions

Query the aggregated total assets overview for parent and sub accounts.

Notes:

  • This endpoint requires authentication.

  • Supports parent-sub account query; if parentUid exists, uses the parent account UID.

  • If coin is specified, the total assets will be denominated in that coin.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.11

TDQS

A3.7/5.0
Behavior4/5

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

The readOnlyHint and openWorldHint annotations already indicate a safe read-style operation; the description usefully adds authentication requirements, parentUid resolution behavior, and coin denomination behavior. It adds operational context without contradicting the annotations, though it omits rate limits and error behavior.

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 compact and well-organized: a single front-loaded purpose sentence followed by three short, meaningful notes. There is no filler, and the bullet structure makes the key facts easy to scan.

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?

For a one-optional-parameter read tool, the description covers purpose, auth, account scope, and coin semantics. However, it leaves the response shape undefined, does not state default denomination behavior, and the parentUid note is ambiguous given that the schema only allows coin and has additionalProperties set to false.

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

Parameters3/5

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

With schema description coverage at 0%, the description must carry parameter meaning. It explains that coin, when specified, determines the asset denomination, which is useful. However, it references parentUid without defining it in the schema, and it does not explain the default denomination when coin is omitted.

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 a specific operation and resource: querying the aggregated total assets overview for parent and sub accounts. This makes the core purpose understandable, though it does not explicitly contrast the tool with overlapping sibling tools such as getAssetOverview or getWalletBalance.

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 communicates usage context through the parent-sub account support and the authentication requirement, so an agent can infer when the tool is relevant. However, it does not state when to prefer this tool over alternatives or 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