tossinvest_call_operation
Invoke any Toss Securities API operation using its operationId, with built-in mutation guard and dry run default for order safety. Supports path, query, and body parameters.
Instructions
operationId 로 임의의 토스증권 API operation 을 호출합니다. 직접 도구 등록을 지원하지 않는 클라이언트를 위한 wrapper 입니다. 이 wrapper 도 동일한 mutation guard 를 통과하므로 주문 안전정책을 우회할 수 없습니다 (dryRun 기본 true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | 요청 본문 (JSON) | |
| path | No | path parameter | |
| query | No | query parameter | |
| dryRun | No | mutation 인 경우 기본 true. false 로 명시해야 실제 요청을 보냅니다. | |
| account | No | 계좌 accountSeq. 미지정 시 TOSSINVEST_DEFAULT_ACCOUNT 사용. | |
| operationId | Yes | 호출할 operationId | |
| confirmation | No | mutation 실행 확인 문자열 (TOSSINVEST_MUTATION_CONFIRMATION 과 일치해야 함). |