Read a Word document
doc_readExtract text from .docx files to get a readable outline of headings and full document text, or retrieve structured JSON blocks for paragraphs, lists, and tables.
Instructions
Call this tool to extract the text of an existing .docx. Returns an outline of the headings and the full text in document order, or the block structure. Free and unlimited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the .docx file. Files produced by Word, Google Docs or this server all work; legacy .doc and .rtf do not | |
| format | No | text (default) returns the readable text, json returns the block structure: headings with their levels, paragraphs, list items and tables, in document order |