extract_revisions
Retrieve tracked changes and comments from a DOCX file as structured JSON with before and after text per paragraph. Supports pagination via offset and limit.
Instructions
Extract tracked changes as structured JSON with before/after text per paragraph, revision details, and comments. Supports pagination via offset and limit. Read-only - does not modify the document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the DOCX file. | |
| offset | No | 0-based offset for pagination. Default: 0. | |
| limit | No | Max entries per page (1-500). Default: 50. |