read_paragraphs
Extract a range of paragraphs from a Word document using start and end indices. Useful for reading specific sections without loading the entire file.
Instructions
Read a range of paragraphs from the document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| start | No | ||
| end | No |