Skip to main content
Glama
hamcheeseburger

toss-securities-mcp

get_transactions

Retrieves trade (execution) history within a given date range. Optionally filter by stock symbol or include only filled orders.

Instructions

기간 내 거래(체결) 내역을 조회합니다.

사용자가 "거래내역", "매매 내역", "지난달 뭐 샀어/팔았어", "체결 내역" 등을 물을 때 호출하세요. 날짜는 "YYYY-MM-DD" 형식이며 주문 생성 시간(KST) 기준 inclusive입니다. symbol 지정 시 해당 종목만 조회합니다.

only_filled=True(기본)면 체결된 주문(FILLED, PARTIAL_FILLED)만 반환하고, False면 취소·거부된 주문도 포함합니다. 각 항목의 execution 필드에 체결 수량·평균 체결가·수수료·세금이 담겨 있습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo
end_dateYes
start_dateYes
only_filledNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. It discloses date format, timezone (KST), inclusive range, symbol filtering, only_filled behavior, and output field contents (execution). Does not cover pagination or rate limits, but sufficient for typical use.

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 paragraphs with clear front-loading: first sentence states purpose, then usage guidance, then parameter details. No superfluous text, though could be slightly more compact.

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 4 parameters, output schema exists, and no annotations, the description covers parameter semantics, filter defaults, and output field hints. Missing sorting or error handling, but adequate for the tool's complexity.

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 0%, but description explains start_date/end_date format and inclusiveness, symbol as optional filter, and only_filled with default and behavior. Adds significant meaning beyond schema names.

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 verb ('retrieves') and resource ('transaction/execution history'). It differentiates from siblings by focusing on transaction records, while siblings handle balance, holdings, and stock price.

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?

Explicitly lists example user queries that should trigger this tool (e.g., 'transaction history', 'what did I buy/sell last month'). Lacks explicit when-not-to-use but provides clear context.

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/hamcheeseburger/tossinvest-open-api-mcp'

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