read_document
Extract text from local documents (PDF, Word, Excel, PowerPoint, HWP, Markdown, CSV) with section labels for citing sources. Reads specific pages or sections to provide context for summaries.
Instructions
문서 본문을 텍스트로 읽습니다. 구역 라벨([p.3], [슬라이드 2] 등)이 함께 붙어 요약에 근거를 달 수 있습니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 문서 절대 경로 | |
| max_chars | No | 이번 호출에서 받을 최대 글자 수 | |
| start_char | No | 이어 읽기 시작 위치. 앞 호출의 next_start_char를 넣으세요 | |
| only_labels | No | 특정 구역만 읽기. 예: ['p.2','p.3'] 또는 ['시트: 매출'] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| path | Yes | ||
| text | Yes | ||
| stage | Yes | 문서 요약·정리 흐름에서 지금 위치한 단계 | |
| status | Yes | 이 호출의 결과 상태 | |
| warnings | Yes | ||
| truncated | Yes | ||
| start_char | Yes | ||
| total_chars | Yes | ||
| next_actions | No | 이어서 호출하면 좋은 도구 목록 | |
| returned_chars | Yes | ||
| next_start_char | Yes |