Skip to main content
Glama
Bitget-AI

Bitget Agent MCP

Official
by Bitget-AI

deposit

Manage crypto deposits on Bitget: retrieve deposit addresses, review deposit history, and configure deposit account settings.

Instructions

[VERB] Deposits by intent: address (get a deposit address) | records (deposit history) | setupAccount.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinNoCoin to deposit, e.g. USDT.
sizeNoDeposit Quantity - Only applies to BTC Lightning Network - Limit range: 0.000001 - 0.01.
viewNosummary (default) trims null fields to save tokens; full returns the untouched payload.
chainNoChain/network for the deposit address.
limitNoItems per page The default value is 20, and the maximum value is 100.
actionYesWhat to do — address: get a deposit address (needs: coin) | records: deposit history (needs: startTime, endTime) | setupAccount: configure the deposit account (needs: coin, accountType).
cursorNoCursor ID - Used for pagination to reduce query response time - Do not send for the initial query. When querying the second page and subsequent data, use the smallest orderId returned from the previous query. The results will return data less than that value
dryRunNoPreview a write without sending it.
fieldsNoOptional list (array or comma-separated string) of fields to keep on each returned row.
confirmNoRequired to execute destructive (high-risk) writes; without it such a call returns { confirmationRequired: true }.
endTimeNoQuery record end time<ul><li>Unix millisecond timestamp, e.g., 1690196141868</li></ul>
orderIdNoOrder ID - Used for specifying order queries.
fetchAllNoPaged reads only: walk the cursor to bounded completion (returns { items, pages, truncated }).
startTimeNoQuery record start time<ul><li>Unix millisecond timestamp, e.g., 1690196141868</li></ul>
accountTypeNoAccount type funding Funding account unified Unified account otc OTC account The current default is the funding account, and it can be modified to a unified account or an OTC account
Behavior2/5

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

Annotations already indicate non-read-only, non-idempotent, non-destructive behavior. The description adds no additional behavioral context, such as whether setupAccount modifies account state, whether records pagination is handled, or any side effects or prerequisites. It does not contradict annotations, but it also fails to enrich the agent's understanding beyond the structured fields.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

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

The description is extremely brief, but the inclusion of the literal '[VERB]' placeholder indicates an incomplete template. The pipe-separated list is not a coherent, well-structured description and fails to front-load a clear purpose.

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?

For a tool with 15 parameters, three action modes, and no output schema, the description is inadequate. It does not explain the overall workflow, what setupAccount entails, or how deposit relates to funds_records or transfer_funds. The agent would have to rely entirely on the schema to understand usage, leaving significant gaps.

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?

Schema description coverage is 100%, so the schema already documents all parameters including the action enum with per-action requirements. The tool description merely lists intents without adding meaning beyond what the schema provides, so it meets the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description literally begins with '[VERB]' placeholder and the remaining text is a list of intents rather than a clear verb+resource statement. It provides some clarity by enumerating address, records, and setupAccount, but fails to articulate the tool's unified purpose or distinguish it effectively from sibling tools.

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, and no exclusion or preference context. The action parameter schema partially fills in per-action requirements, but the tool description itself does not help an agent decide when to call deposit over related tools like transfer_funds, funds_records, or withdraw.

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