Skip to main content
Glama
ryum91

tossinvest-mcp

by ryum91

modify_order

Modify existing stock orders to correct price or quantity. For Korean stocks, adjust both price and quantity; for US stocks, only price can be changed.

Instructions

기존 주문의 가격 또는 수량을 정정합니다. 국내 주식은 가격+수량 정정 가능, 미국 주식은 가격만 정정 가능합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
priceNo새 주문 가격 (지정가 주문 필수)
order_idYes정정할 주문의 주문 식별자
quantityNo새 주문 수량 (국내 주식 전용, 양의 정수만 허용)
order_typeYes호가 유형
account_seqYes계좌 식별자 (get_accounts로 조회한 accountSeq)
confirm_high_value_orderNo정정 후 1억원 이상이 될 경우 확인 플래그
Behavior3/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It states the core mutation (price/quantity correction) and market restrictions, but does not disclose side effects, reversibility, permission requirements, or confirmation behavior. This is adequate but shallow.

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 two sentences, front-loaded with the primary action and immediately followed by an important market constraint. There is no redundant or irrelevant information.

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?

The description covers the core purpose and market-specific rules, and the schema provides detailed parameter semantics including the confirmation flag. For a mutation tool with no output schema, it is mostly complete, though it does not specify return values or error behavior.

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?

The input schema already provides 100% coverage with descriptive text for all 6 parameters. The description's mention of price/quantity and market-specific applicability does not add significant semantic value beyond the schema, so baseline 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 uses the specific verb '정정합니다' (corrects/modifies) and identifies the resource as '기존 주문' (existing order). It clearly distinguishes from sibling tools like create_order and cancel_order by focusing on modification, and adds market-specific scope (domestic vs US stocks).

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 provides clear context for when to use this tool—when modifying an existing order—and specifies market-based constraints. However, it does not explicitly compare to alternative tools such as cancel_order or create_order, so guidance on alternatives is not fully explicit.

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