set_folder
Set the folder to analyze and scan its contents recursively, indexing supported files while skipping hidden and dependency directories. Call this first to define the working scope for all subsequent analysis tools.
Instructions
분석할 문서 폴더를 지정하고 전체를 스캔한다. 가장 먼저 호출해야 한다.
폴더 안을 재귀적으로 훑어 지원 포맷을 색인한다. 숨김 폴더, .venv,
node_modules 등은 건너뛴다. 이후 모든 도구는 이 폴더 안에서만 동작한다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | Yes | 분석할 폴더의 절대경로. 예) C:\Users\me\Desktop\보고서 |
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 | 열지 못한 파일. 여기 있는 파일의 내용은 요약에 반영되지 않았습니다. |