Skip to main content
Glama
ChunSam

kiwoom-mcp-server

by ChunSam

주식 차트 조회 (일/주/월/분봉)

get_stock_chart

Retrieve candle chart data for Korean stocks by stock code. Adjust period (day/week/month/minute) and count. For minute charts, specify minute_scope.

Instructions

종목의 캔들 차트 데이터를 조회합니다 (키움 ka10080~ka10083, 수정주가 반영). period: day(일봉, 기본)/week(주봉)/month(월봉)/minute(분봉). 분봉은 minute_scope로 분 단위를 지정합니다. 종목코드를 모르면 search_stock으로 먼저 찾으세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo캔들 개수 (기본값 30, 최대 200)
periodNo봉 주기 (기본값: day)
stock_codeYes6자리 종목코드 (예: 005930)
minute_scopeNoperiod=minute일 때 분 단위 (기본값: 5)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It mentions adjusted prices are reflected, which is helpful, but does not disclose rate limits, side effects, or explicitly state it is read-only. The description is 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.

Conciseness4/5

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

Two sentences, front-loaded with the main purpose. Includes some internal code references that may not be essential, but overall concise and well-structured.

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

Completeness3/5

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

With 4 parameters and no output schema, the description explains period options and minute_scope but lacks details about return format (e.g., fields in each candle). Also misses mentioning default count (30) despite schema constraints. Could be more complete.

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 the schema already describes all parameters. The description repeats enum values for period and mentions minute_scope, but does not add significant meaning beyond the schema. 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 the tool retrieves candlestick chart data for a stock ('종목의 캔들 차트 데이터를 조회합니다'). It specifies the verb, resource, and includes internal codes and adjusted price info, distinguishing it from sibling tools like get_stock_price or get_orderbook.

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?

Provides guidance on using minute_scope for minute data and directs users to search_stock if the stock code is unknown. However, it does not explicitly contrast with alternative tools or state when not to use this tool.

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/ChunSam/kiwoom-mcp-server'

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