Skip to main content
Glama
bitbankinc

bitbank MCP Server

Official
by bitbankinc

get_candles

Retrieve OHLCV candlestick data for a specified trading pair and timeframe. Use optional date and limit parameters to control the data range and number of candles.

Instructions

ローソク足を取得(/candlestick)。OHLCVデータ。date: 1min〜1hour→YYYYMMDD, 4hour以上→YYYY。limit で本数指定。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pairYesTrading pair (e.g., btc_jpy)
typeNoCandle type/timeframe1day
dateNoDate in YYYYMMDD (for minute/hour) or YYYY (for day/week/month)
limitNoNumber of candles to return
Behavior3/5

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

With no annotations, the description carries full burden. It mentions OHLCV data and date format rules, but omits details like return ordering, pagination, or rate limits, making it adequate but not comprehensive.

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 and front-loaded, with every sentence serving a purpose: stating the action and giving key parameter guidance.

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?

Given four parameters, no output schema, and no annotations, the description covers date format and limit behavior well. It lacks only minor details like default values or sorting order, which are in the schema.

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%, so baseline 3. The description adds limited value beyond schema, only repeating date formatting rules already in the schema's parameter descriptions.

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 the tool retrieves candlestick (OHLCV) data, which is a specific resource, and it is distinct from sibling tools like get_depth or get_ticker.

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 on when to use this tool versus siblings is provided. Only date format details are given, which help with parameter usage but not tool selection.

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