Skip to main content
Glama
bitbankinc

bitbank MCP Server

Official
by bitbankinc

get_depth

Retrieve raw order book depth data for a trading pair. Use for differential calculations, wall detection, and pressure analysis with configurable level depth.

Instructions

板の生データ取得(/depth API直接)。差分計算・壁検出・圧力分析の元データ。maxLevelsで層数制限。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pairYesTrading pair (e.g., btc_jpy)
maxLevelsNoMaximum number of price levels
Behavior2/5

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

No annotations are provided, so the description must cover behavioral traits. It mentions the API endpoint and parameter, but lacks details on data structure, freshness, side effects, or rate limits. For a raw data tool, more transparency is needed.

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?

The description is two concise sentences in Japanese: first states the core purpose and API endpoint, second lists use cases and parameter usage. No redundant information.

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?

There is no output schema, so the description should explain what the tool returns. It only mentions 'raw data' from /depth API but does not describe the response structure (e.g., bids/asks, timestamps). This is a significant gap for a data source tool.

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% with both parameters described. The description adds 'maxLevelsで層数制限' which essentially repeats the schema's 'Maximum number of price levels', adding no new meaning beyond the schema.

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

Purpose5/5

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

The description clearly states it gets raw order book data (板の生データ取得) and specifies the direct /depth API endpoint. It also distinguishes from sibling tools like get_candles, get_ticker, etc., which serve different purposes.

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 for difference calculation, wall detection, and pressure analysis, but does not explicitly state when to use this tool versus alternatives or provide any when-not-to-use 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/bitbankinc/bitbank-mcp-server'

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