Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

interTransferListQuery

Read-only

Query internal transfer history between account types under the same UID. Filter by coin, status, time range, or transfer ID to track asset movements, with the latest 30 days included by default.

Instructions

Query the internal transfer records between different account types under the same UID. Time range rules:

  • No time params: last 30 days (default)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinNo
limitNo
cursorNo
statusNo
endTimeNo
startTimeNo
transferIdNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.11

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already provide readOnlyHint=true and openWorldHint=true, covering the safety profile. The description adds a useful behavioral trait: omitting time parameters defaults to the last 30 days. However, it does not disclose pagination, filtering behavior, or response characteristics.

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 purpose is front-loaded and the time rule is presented compactly with a bullet. No filler is present, though the description could afford slightly more detail without hurting 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?

With 7 loosely typed parameters, no output schema, and many similar sibling tools, the description leaves too much to inference. It covers the default time window but omits parameter semantics, pagination details, status values, and response shape.

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?

Schema description coverage is 0%, so the description must compensate for undocumented parameters. It only clarifies the default time range for startTime/endTime; coin, limit, cursor, status, and transferId remain unexplained.

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 states a specific verb, resource, and scope: 'Query the internal transfer records between different account types under the same UID.' This clearly distinguishes it from related transfer-list siblings like universalTransferListQuery and transferCoinListQuery.

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 given on when to use this tool instead of alternatives. It only explains the default time range, not how to choose between this and similar transfer-query tools.

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