원문 문서 읽기
get_document_textReads document metadata and body text in sequential chunks using a document ID from full-text search results. Specify starting chunk and count to retrieve text.
Instructions
원문 문서의 메타데이터와 본문 텍스트를 연속 청크 단위로 읽습니다. search_fulltext가 반환한 documentId로 호출하세요. count 기본 5청크(약 3~4천 자), 최대 10청크씩 from_chunk를 늘려가며 이어 읽을 수 있습니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | 읽을 청크 수 (기본 5, 최대 10) | |
| from_chunk | No | 시작 청크 번호 (기본 0) | |
| document_id | Yes | 문서 id (search_fulltext 결과의 documentId) |