Skip to main content
Glama
kimdoogi

toss-invest-mcp

by kimdoogi

get_candles

Retrieve stock candle chart data for KRX and US markets with pagination using the 'before' parameter. Specify symbol, interval (1m or 1d), count, and adjust option.

Instructions

종목 캔들 차트 조회. before로 페이지네이션 (응답의 nextBefore 사용).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo조회 봉 수 (최대 200, 기본 100)
beforeNo페이지네이션 상한 (ISO 8601, inclusive)
symbolYes종목 심볼. KRX: 6자리 숫자 (예: 005930), US: 영문 티커 (예: AAPL)
adjustedNo수정주가 적용 여부 (기본 true)
intervalYes봉 단위: 1m(분봉) | 1d(일봉)
Behavior2/5

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

No annotations provided, so description must cover behavior. It only mentions pagination via 'before', but omits read-only nature, error handling, rate limits, or response format. This is insufficient for a data retrieval tool.

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?

Two sentences with no fluff: purpose and pagination mechanism are front-loaded and efficiently communicated.

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?

Lacking output schema, the description should explain response fields (e.g., OHLCV) to aid agent planning. It only covers pagination parameter, leaving the data structure unspecified.

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 is 3. The description adds pagination context for 'before' and clarifies symbol format, but does not add value for other parameters beyond what schema already documents.

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 stock candle chart data, distinguishing it from siblings like get_prices or get_orderbook. However, it does not explicitly contrast with get_market_indicator_candles, which is a potential overlap.

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 guidance on when to use this tool vs alternatives. The description only explains pagination, not when to choose candles over price snapshots or market indicators.

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/kimdoogi/toss-mcp'

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