compare_documents
Compare two Word documents and get paragraph-level differences: additions, removals, and changes with indices. Read-only, never modifies files.
Instructions
Compare two Word (.docx) documents and report paragraph-level differences: additions, removals, and changes with paragraph indices. Read-only — never modifies either file. To read a single document's content, use extract_document_data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path_a | Yes | Path to the first document. | |
| path_b | Yes | Path to the second document. | |
| options | No | Tool options. |