Skip to main content
Glama
workspace

bybit-mcp-server

by workspace

get_transfer_history

Read-only

Retrieve internal transfer records with filters such as transfer ID, coin, status, and time range. Pagination is supported for large result sets.

Instructions

Query internal transfer records.

    Args:
        transferId: UUID of transfer
        coin: Coin name
        status: Transfer status - SUCCESS, PENDING, FAILED
        startTime: Start timestamp in milliseconds
        endTime: End timestamp in milliseconds
        limit: Limit per page (max 50, default 20)
        cursor: Pagination cursor
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinNo
limitNo
cursorNo
statusNo
endTimeNo
startTimeNo
transferIdNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The annotations already indicate readOnlyHint=true and openWorldHint=true, so the description's behavioral disclosure is not critical. The description does add some behavioral context by specifying limit constraints (max 50, default 20) and timestamp units (milliseconds), but does not discuss pagination behavior or output details. This provides moderate added value beyond the annotations.

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 a focused docstring with a one-line summary followed by parameter definitions. Each parameter gets one concise line. However, the formatting as code-style Args could be more readable for an agent. It is efficient but slightly verbose due to the parameter enumeration.

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?

Given the tool has 7 optional parameters, an output schema, and readOnlyHint, the description covers parameter semantics well. Since an output schema exists, the lack of return value explanation is acceptable. However, it does not mention pagination behavior beyond cursor/limit. Overall sufficient for an agent to invoke correctly.

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 schema has 0% description coverage, so the description bears full responsibility for parameter semantics. It lists all 7 parameters with brief type/format hints (e.g., 'UUID of transfer', 'Coin name', 'Transfer status - SUCCESS, PENDING, FAILED', 'Start timestamp in milliseconds'). While not exhaustive, it adds essential meaning that the schema lacks. A score of 5 would require more detailed formats or examples.

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 starts with a clear verb+resource phrase 'Query internal transfer records', which states the tool's function. The parameter list further specifies what can be filtered. However, the description does not explicitly differentiate it from sibling tools like 'internal_transfer' or 'get_coin_balance', so it lacks full distinctiveness.

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?

The description provides no guidance on when to use this tool versus alternatives. There is no mention of prerequisites, use cases, or when not to use it. The agent would have to infer from context.

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/workspace/bybit-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server