Skip to main content
Glama
workspace

bybit-mcp-server

by workspace

internal_transfer

Destructive

Transfer funds between different account types under the same Bybit UID, like moving USDT from UNIFIED to CONTRACT account.

Instructions

Transfer funds between account types under same UID (HIGH risk, requires 'full' mode).

    Args:
        transferId: UUID (generate a UUID before calling)
        coin: Coin name (e.g. USDT)
        amount: Transfer amount (as string)
        fromAccountType: Source account type - UNIFIED, CONTRACT, SPOT, OPTION, FUND
        toAccountType: Destination account type
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinYes
amountYes
transferIdYes
toAccountTypeYes
fromAccountTypeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate destructiveHint=true and readOnlyHint=false. The description adds critical context: 'HIGH risk, requires full mode', disclosing permission/risk level beyond annotations. It does not detail failure modes or reversibility, but provides sufficient behavioral warning.

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?

Description is concise and well-structured: a one-line summary with risk note, followed by a bulleted Args list. Every sentence adds information without redundancy. The risk warning is front-loaded, which is appropriate for a destructive operation.

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?

For a tool with 5 required params, high risk, and an output schema (not shown), the description covers essentials: purpose, risk, parameter meanings. It lacks explanation of return values (but output schema can handle that) and error cases. Slightly incomplete for a high-risk mutation tool, but adequate given the structured schema.

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 input schema has 0% description coverage, leaving the description to fully explain each parameter. It does so thoroughly: transferId (UUID generation), coin (example), amount (as string), and account types with explicit allowed values (UNIFIED, CONTRACT, SPOT, OPTION, FUND). This compensates completely for the schema gap.

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 'Transfer funds between account types under same UID', which is a specific verb and resource. It distinguishes from sibling tools like get_transfer_history (history vs. action) and place_order (different resource). However, it could be more explicit about the exclusive use case (only for same UID transfers).

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?

Description warns 'HIGH risk, requires full mode', implying caution. However, it does not explain when to use this tool versus alternatives (e.g., for viewing history use get_transfer_history, for trading use place_order). No explicit 'use this when' or 'use that instead' guidance.

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