Skip to main content
Glama
ryum91

tossinvest-mcp

by ryum91

get_orders

Fetch open or closed orders for a Toss Securities account, filtering by status, date range, and symbol, with pagination support for closed orders.

Instructions

주문 목록을 조회합니다. OPEN(진행 중) 또는 CLOSED(종료됨)으로 필터링합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNo조회 종료일 (inclusive, YYYY-MM-DD, KST 기준)
fromNo조회 시작일 (inclusive, YYYY-MM-DD, KST 기준)
limitNo페이지 크기 (CLOSED 전용, 기본값 20, 최대 100)
cursorNo페이지네이션 커서 (CLOSED 전용). 이전 응답의 nextCursor 값을 그대로 전달
statusYes주문 상태 필터. OPEN: 진행 중, CLOSED: 종료된 주문
symbolNo특정 종목만 조회 (예: 005930, AAPL)
account_seqYes계좌 식별자 (get_accounts로 조회한 accountSeq)
Behavior2/5

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

No annotations are present, so the description must disclose behavioral traits. It only repeats the status filter information already in the schema and does not mention read-only nature, pagination behavior, required account_seq, or any side effects.

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?

The description is extremely concise: two short sentences, front-loaded with the primary purpose. No wasted words or redundant information.

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?

For a tool with 7 parameters, no annotations, and no output schema, this description is minimal. It gives the core purpose but omits high-level context such as two distinct modes (OPEN/CLOSED) having different parameter support, date range semantics, or response structure. The schema compensates, but the description itself is not fully 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 description coverage is 100%, so the baseline is 3. The description adds no new parameter meaning beyond repeating the status enum, and it does not clarify parameter interactions like limit/cursor being CLOSED-only.

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 explicitly states it retrieves an order list and filters by status (OPEN/CLOSED), providing a specific verb and resource. This clearly distinguishes it from the sibling tool 'get_order', which implies a single-order lookup.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use for listing orders with a status filter but does not explicitly mention when to use this tool versus get_order or other order-related tools. No exclusions or alternative recommendations are provided.

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/ryum91/tossinvest-mcp'

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