Skip to main content
Glama
TakuroidX

bitflyer-mcp

by TakuroidX

get_board

Retrieve a condensed order book summary for bitFlyer markets, providing mid price, spread, best bid/ask, and top depth levels.

Instructions

bitFlyer の板情報 (オーダーブック) を上位 depth 段に要約して取得する (read-only)。

返す値: mid_price, spread, best_bid, best_ask, 上位 depth 段の bids/asks。 全板は数百〜千件あるため depth (既定10) 段に圧縮して返す。 product_code 例: FX_BTC_JPY, BTC_JPY。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
product_codeNoFX_BTC_JPY
depthNo
Behavior4/5

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

The description discloses that the tool is read-only and compresses the full order book to a specified depth (default 10) because the full board has hundreds to thousands of items. This goes beyond the bare minimum, though it omits details like authentication or rate limits.

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 extremely concise, with every sentence providing essential information. It front-loads the core purpose and return values, with no unnecessary words or repetition.

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

Completeness4/5

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

For a simple read-only tool with only two parameters and no output schema, the description covers the key return fields (mid_price, spread, best_bid, best_ask, bids/asks) and explains the compression behavior. It is sufficient for an agent to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has no parameter descriptions (0% coverage), but the tool description provides example product codes for product_code and explains that depth controls the number of levels for compression. This adds meaningful context that the schema alone does not provide.

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 retrieves the order book from bitFlyer, summarized to top depth levels, and marks it as read-only. It identifies the specific resource and action, though it does not explicitly differentiate from sibling tools beyond the nature of the data.

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 getting a summarized order book, but does not provide explicit guidance on when to use this tool versus alternatives like get_ticker or get_board_state. There are no when-not-to-use instructions.

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/TakuroidX/bitflyer-mcp'

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