Skip to main content
Glama
Bitget-AI

Bitget Agent MCP

Official
by Bitget-AI

transfer_funds

Move crypto between Bitget accounts (internal, main-to-sub, sub-to-main). Preflight reports maximum transferable amount without executing the transfer.

Instructions

[VERB] Move funds by intent: action internal | mainToSub | subToMain. preflight reports max transferable without moving anything; transfers honor dryRun/readOnly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinNoCoin to move, e.g. USDT.
viewNosummary (default) trims null fields to save tokens; full returns the untouched payload.
actionYesWhat to do — internal: UTA↔classic, same user (needs: fromType, toType, amount, coin) | mainToSub: main → sub-account (needs: fromType, toType, amount, coin, fromUserId, toUserId, clientOid) | subToMain: sub → main account (needs: fromType, toType, amount, coin). preflight reports max transferable without moving funds.
amountNoAmount to transfer.
dryRunNoPreview the transfer without sending it.
fieldsNoOptional list (array or comma-separated string) of fields to keep on each returned row.
symbolNoSymbol (internal isolated-margin transfers).
toTypeNoDestination account type.
fromTypeNoSource account type.
toUserIdNoDestination uid (mainToSub).
clientOidNoIdempotency key. Auto-generated for sub-account transfers when omitted (P7).
preflightNoIf true, return the max transferable amount for `coin` WITHOUT transferring.
fromUserIdNoSource uid (mainToSub).
Behavior4/5

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

Beyond the annotations, the description reveals that preflight performs no funds movement and that transfers honor dryRun/readOnly, which is valuable safety-relevant behavior. It does not mention authentication needs or response details, but adds meaningful context not present in 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.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence and not verbose, but it includes the placeholder '[VERB]' which wastes words and reads as an unfinished template. The sentence structure is tight but the artifact prevents a higher score.

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?

Given the tool has 13 parameters and no output schema, the description is too sparse. It does not explain the overall transfer workflow, required fields for each action, return values, error conditions, or account type prerequisites. The preflight note is helpful but insufficient for a tool of this complexity.

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?

The schema covers 100% of parameters with descriptions, so the baseline is 3. The tool description doesn't add parameter-level meaning; its mention of preflight and dryRun relates to behaviors already covered by the schema. No extra semantics are provided.

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 the tool moves funds and enumerates the three action intents (internal, mainToSub, subToMain), which distinguishes it from sibling tools like withdraw or deposit. However, the literal '[VERB]' placeholder is an artifact that slightly detracts from professionalism, so it’s a strong but not perfect purpose statement.

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 implies usage by listing the three action types and mentions preflight for checking without transferring. It does not explicitly contrast with alternatives like withdraw/deposit for external moves, nor does it state when not to use this tool. Guidance is present but implicit.

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/Bitget-AI/agent-mcp'

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