manage_watchlist
Manage a watchlist of persons and their associated companies for DART risk analysis. Use list, show, add, or remove to maintain entries for fast re-querying of corporate overlaps.
Instructions
감시 대상 인물↔회사군 워치리스트를 관리한다 (list / show / add / remove).
DART는 인물명 역검색이 불가능해 회사 목록을 직접 입력해야 한다. 자주 보는 인물의 연관 회사군을 저장해두면 find_actor_overlap(watchlist=인물명)으로 바로 재조회할 수 있다. 회사군은 사용자가 직접 채운다(예: find_actor_overlap의 임원 겸직 결과를 add).
Args: action: "list" | "show" | "add" | "remove" person: 인물명 (show/add/remove에 필요) companies: 회사명 목록 (add에 필요, 기존과 합집합 병합) note: 메모 (add 시 선택)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| person | No | ||
| companies | No | ||
| note | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |