scan_documents
Scan allowed folders to list documents by most recent modification. Filter by type, name pattern, or recent changes to locate specific files.
Instructions
허용 폴더를 훑어 문서 목록을 최근 수정순으로 돌려줍니다. 파일 내용은 읽지 않습니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | No | 문서 종류 필터. text/word/pdf/slide/sheet/data/web/mail/code/hangul | |
| limit | No | 돌려줄 최대 개수 | |
| folder | No | 훑을 폴더 절대 경로. 비우면 첫 번째 허용 루트 | |
| name_pattern | No | 파일명 glob 필터. 예: *보고서*.pdf | |
| modified_within_days | No | 최근 N일 안에 수정된 파일만. 0이면 전체 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| files | Yes | ||
| stage | Yes | 문서 요약·정리 흐름에서 지금 위치한 단계 | |
| stats | Yes | ||
| folder | Yes | ||
| status | Yes | 이 호출의 결과 상태 | |
| next_actions | No | 이어서 호출하면 좋은 도구 목록 |