folder_status
Return folder inventory: counts, size, and character totals by extension, plus extraction failures to identify missing files before summarization.
Instructions
현재 지정된 폴더의 인벤토리를 돌려준다.
확장자별 개수·용량·글자수와 추출 실패 목록을 준다. 요약을 쓰기 전에 실패 목록을 확인해, 어떤 파일이 요약에서 빠졌는지 사용자에게 밝혀야 한다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | ||
| stage | Yes | 문서 분석 워크플로에서 지금 위치한 단계 | |
| by_ext | Yes | ||
| status | Yes | 이 호출의 결과 상태 | |
| truncated | Yes | 파일 수 상한에 걸려 일부만 스캔했으면 True | |
| file_count | Yes | ||
| image_files | Yes | 텍스트 검색 대상이 아닌 이미지 파일 수 | |
| total_bytes | Yes | ||
| next_actions | No | 이어서 호출하면 좋은 도구 목록 | |
| scan_seconds | Yes | ||
| skipped_count | Yes | 미지원 확장자·용량 초과로 건너뛴 파일 수 | |
| extraction_failures | Yes | 열지 못한 파일. 여기 있는 파일의 내용은 요약에 반영되지 않았습니다. |