Skip to main content
Glama
Bitget-AI

Bitget Agent MCP

Official
by Bitget-AI

account_overview

Read-onlyIdempotent

Get a full account snapshot in one call, covering assets, settings, funding, and optional positions/fee rates. Each section reports success or error independently for easy debugging.

Instructions

[VERB] One-call account snapshot: fans out to assets, settings, funding assets, and (with category/symbol) positions and fee rate. Each section reports ok/error independently.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinNoOptional coin filter for funding assets.
viewNosummary (default) trims null fields to save tokens; full returns the untouched payload.
fieldsNoOptional list (array or comma-separated string) of fields to keep on each returned row.
symbolNoWith category, also fetches the fee rate for this symbol.
categoryNoIf provided, also fetches current positions (and fee rate when symbol is given too).
Behavior4/5

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

Beyond the annotations (readOnly, idempotent, non-destructive), the description discloses that the tool 'fans out' to multiple subresources and that 'Each section reports ok/error independently.' This is valuable behavioral context about partial failures. It does not mention pagination, rate limits, or response structure, but the safety profile is already covered by annotations, so the added disclosure merits a 4.

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, front-loaded sentence with no fluff, but the literal '[VERB]' placeholder is a structural artifact that undermines clarity. The rest of the sentence is efficient, but the placeholder prevents a higher score.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema, so the description carries responsibility for explaining return behavior. It mentions the sections and independent error reporting, but does not describe the structure of each section or the full response shape. For a tool with multiple optional parameters and no output schema, this is adequate but not comprehensive.

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 input schema has 100% parameter description coverage, so the schema already explains the coin filter, view mode, fields, symbol, and category parameters. The tool description adds only marginal context by referencing 'with category/symbol' for positions and fee rate, which is already in the schema. This aligns with the baseline of 3 for high schema coverage.

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 it is a 'One-call account snapshot' that aggregates multiple account aspects (assets, settings, funding assets, positions, fee rate), which distinguishes it from sibling tools that focus on individual resources. The verb is implied by 'snapshot' and the scope is specific, though the leading '[VERB]' placeholder is a minor artifact. It does not explicitly name alternatives, so it stops short of a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description conveys clear usage context: use this for a consolidated account overview in a single call. It also specifies conditional behavior ('with category/symbol') for including positions and fee rate. However, it does not explicitly state when to use an alternative tool or provide exclusion criteria, so it misses the top score.

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