Skip to main content
Glama
ChunSam

kiwoom-mcp-server

by ChunSam

계좌 거래내역 조회

get_transactions

Retrieve account transaction history including buy and sell orders filtered by date range and stock code. Default returns last 30 days of trades.

Instructions

계좌의 거래내역(매수/매도 등)을 기간별로 조회합니다 (키움 kt00015). 기본 조회 기간은 최근 30일이며 from_date/to_date로 변경, stock_code로 특정 종목만 필터링할 수 있습니다. 일자는 결제일(D+2) 기준입니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
to_dateNo조회 종료일 (기본값: 오늘)
from_dateNo조회 시작일 (기본값: 30일 전)
stock_codeNo특정 종목만 조회할 때의 6자리 종목코드
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the query nature, date filtering, and settlement date convention, but lacks details on authentication, rate limits, or output format. Adequate but not exhaustive.

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 concise sentences front-load the purpose and immediately provide key usage details. No extraneous information; every sentence adds value.

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?

The description covers input parameters well but omits any mention of the output structure or fields returned. Since no output schema exists, this is a notable gap. However, the core functionality is clear for a simple list tool.

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?

Schema coverage is 100% with parameter descriptions. The description adds value by stating default date ranges and the D+2 settlement date interpretation, which are not in the schema. This provides practical guidance beyond the schema.

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 account transaction history (매수/매도 등) by period, with specific filtering options. It distinguishes itself from sibling tools like get_account_balance and get_account_holdings.

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 explains the default 30-day period and how to customize it, and filtering by stock code. While it doesn't explicitly say when not to use it, the context and sibling tool names imply appropriate scenarios.

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