preview_organize
Plan how to organize documents into folders by kind, month, or keyword without moving any files. Preview a safe organization scheme before applying changes.
Instructions
문서를 어떤 폴더로 나눌지 계획만 만들어 보여줍니다. 파일을 전혀 건드리지 않습니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | No | 문서 종류 필터 | |
| limit | No | 계획에 담을 최대 파일 수 | |
| folder | No | 정리 대상 문서를 찾을 폴더. 비우면 첫 번째 허용 루트 | |
| strategy | No | 정리 기준: by_kind / by_month / by_kind_month / by_keyword | by_kind |
| target_dir | Yes | 정리해 넣을 폴더 절대 경로 | |
| keyword_rules | No | by_keyword용 규칙. 예: {"계약": ["계약","contract"]} | |
| modified_within_days | No | 최근 N일 안에 수정된 파일만 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | ||
| stage | Yes | 문서 요약·정리 흐름에서 지금 위치한 단계 | |
| total | Yes | ||
| status | Yes | 이 호출의 결과 상태 | |
| folders | Yes | ||
| reminder | Yes | ||
| strategy | Yes | ||
| conflicts | Yes | ||
| target_dir | Yes | ||
| mode_default | Yes | ||
| move_allowed | Yes | ||
| next_actions | No | 이어서 호출하면 좋은 도구 목록 | |
| approval_token | Yes |