read_document
Extract paragraphs from Word (.docx) and text (.txt, .md) files, returning non-empty paragraphs with indices and total word count. Enable allow_file_read in config to use.
Instructions
Read paragraphs from a Word document (.docx) or plain text file (.txt, .md). Returns a list of non-empty paragraphs with their index, and a total word count. Requires allow_file_read in ~/.syscontrol/config.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the .docx, .txt, or .md file. |