Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

accountCoinBalanceQuery

Read-only

Check the balance of a specific coin in a specified Bybit account type. Supports sub-account balances with master API key and cross-account transferable balance queries when member IDs are provided.

Instructions

Query the balance of a specific coin in a specific account type. Supports querying sub UID balance with master API key.

  • accountType and coin are required

  • memberId is required when querying sub UID balance with master API key

  • toMemberId + toAccountType are required for cross-account transferable balance queries

  • withLtvTransferSafeAmount=1 requires toAccountType to be set

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinYes
memberIdNo
withBonusNo0
toMemberIdNo
accountTypeYes
toAccountTypeNo
withTransferSafeAmountNo0
withLtvTransferSafeAmountNo0

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.11

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint, and the description does not contradict them. It adds useful behavioral context around master API key sub UID access and cross-account transferable balance queries, which goes beyond the structured annotation fields.

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 front-loaded: one clear opening sentence followed by a tight bullet list of conditional requirements. Every line adds decision-relevant information without redundancy.

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?

The description covers the key parameter dependencies and access-pattern nuance for a multi-mode balance query. It does not describe the return value, but for a balance query this is largely inferable, and no output schema is provided to supplement it. The main gap is the lack of explicit sibling differentiation.

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?

With 0% schema description coverage, the description compensates well by explaining the roles and conditional requirements of accountType, coin, memberId, toMemberId, toAccountType, and withLtvTransferSafeAmount. It does not explain withBonus or withTransferSafeAmount, but the most important parameter semantics are clarified.

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 states a specific action ('Query the balance of a specific coin in a specific account type') with a clear resource and scope. It does not explicitly compare against sibling tools like getWalletBalance or queryBalance, but the parameter-focused wording makes the tool's purpose reasonably distinct.

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 conditional usage guidance: it specifies required parameters, when memberId is needed for sub UID queries, and when toMemberId/toAccountType are needed for cross-account queries. It does not mention alternatives or exclusions, but the within-tool scenarios are well covered.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools