Skip to main content
Glama
Yumin-Kim

HTS MetaTrader5 Trading MCP

by Yumin-Kim

get_bulk_candles

Fetch historical candle data for multiple timeframes at once by sending a command to MetaTrader 5, returning candles for all requested timeframes.

Instructions

Get historical candle data for multiple timeframes at once. Sends a command to EA and waits for the result (up to 120 seconds). Returns candle data for all requested timeframes. (다중 타임프레임 캔들 데이터 조회. EA에 커맨드를 전송하고 결과를 기다립니다. 요청한 모든 타임프레임의 캔들 데이터를 반환합니다.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo각 타임프레임별 조회할 캔들 수 (기본: 200)
symbolYes심볼 (예: XAUUSD, EURUSD)
timeframesYes타임프레임 배열 (예: ["M1", "M5", "H1"])
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses a key behavioral trait: 'Sends a command to EA and waits for the result (up to 120 seconds)', which is valuable for understanding latency and side effects. It also mentions the return of candle data, but lacks details on error handling or read-only nature.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences, front-loaded with the main purpose. The Korean repetition duplicates content but is concise overall and does not contain unnecessary filler.

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?

The description explains the command-wait mechanism and states that it returns candle data for all requested timeframes. Since there is no output schema, this satisfies the need for return information. It is complete enough for the tool's complexity, though it omits potential error details.

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 description coverage is 100% with each property described in the schema. The tool description does not add extra parameter semantics beyond what the schema already provides, so the baseline score of 3 is appropriate.

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 'Get historical candle data for multiple timeframes at once' with a specific verb and resource. It distinguishes itself from the sibling tool 'get_candles' by emphasizing the multi-timeframe capability.

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 implies when to use this tool ('for multiple timeframes at once') without explicit exclusions or alternatives. It provides clear context but doesn't explicitly say 'use this instead of get_candles when you need multiple timeframes'.

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/Yumin-Kim/hts-mcp-server'

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