Skip to main content
Glama
Bitget-AI

Bitget Agent MCP

Official
by Bitget-AI

market

Read-onlyIdempotent

Retrieve public market data: tickers, orderbooks, candles, funding rate, open interest, recent trades, and instrument details. No login required.

Instructions

[VERB] Public market data: tickers, orderbook, candles, instruments, funding rate, open interest, recent fills, and reference reads (no credentials required).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinNoCoin filter where applicable, e.g. USDT.
typeNoCandlestick type market, mark, index, premium. Default: market
viewNosummary (default) trims null fields to save tokens; full returns the untouched payload.
limitNoMax rows to return.
actionYesWhat to do — tickers: ticker snapshot for a category/symbol (needs: category) | orderbook: order book depth (needs: category, symbol) | candles: recent klines (needs: category, symbol, interval) | candlesHistory: historical klines (needs: category, symbol, interval) | instruments: tradable instrument metadata (needs: category) | fundingRate: current funding rate (needs: symbol) | fundingRateHistory: historical funding rates (needs: category, symbol) | openInterest: current open interest (needs: category) | openInterestLimit: open-interest limit (needs: category) | recentFills: recent public trades (needs: category, symbol) | positionTier: position/leverage tiers (needs: category) | discountRate: collateral discount rates | indexComponents: index price components (needs: symbol) | marginLoan: margin-loan reference data (needs: coin) | proofOfReserves: proof-of-reserves | riskReserve: risk reserve fund (needs: category, symbol).
cursorNoPage number Default: 1. Maximum: 100
fieldsNoOptional list (array or comma-separated string) of fields to keep on each returned row.
symbolNoTrading pair, e.g. BTCUSDT.
endTimeNoRange end (ms epoch) for candles/history.
categoryNoProduct category, e.g. SPOT or USDT-FUTURES.
intervalNoGranularity 1m,3m,5m,15m,30m,1H,4H,6H,12H,1D
startTimeNoRange start (ms epoch) for candles/history.
marginCoinNoMargin coin, It is required when the category is COIN-FUTURES
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description's main addition is 'no credentials required', which is a useful behavioral detail. This does not contradict any annotation, but it lacks depth about rate limits, pagination, or potential response size.

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 a single sentence but contains the placeholder '[VERB]', which is an incomplete structural artifact. This undermines usability and indicates a lack of finalization, despite the otherwise concise length.

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?

With 13 parameters, 16 action options, and no output schema, the description is far too sparse. It lists data types (tickers, orderbook, candles, etc.) but does not explain how to choose actions, what the response structure looks like, or how view/limit affect output. The description fails to adequately cover the tool's 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?

Schema coverage is 100%, and the input schema already provides detailed descriptions for all parameters. The description itself adds no parameter-specific semantics, so it meets the baseline without going beyond.

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 uses a placeholder verb '[VERB]' instead of a specific action, making it unclear whether the tool fetches, lists, or queries data. The resource 'Public market data' is clear, but the lack of a proper verb reduces purpose clarity to a noun phrase rather than a command.

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?

No explicit guidance is given on when to use this tool versus siblings like 'order', 'position', or 'account_overview'. The only usage hint is 'no credentials required', which implies public data access but does not state exclusions or alternatives.

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