set_track_changes
Enable or disable revision tracking to record or stop recording document edits as tracked changes. Optionally set author name.
Instructions
Enable or disable revision tracking in the document.
When enabled, Word/LibreOffice will record future edits as tracked changes.
Args: enabled: True to enable tracking, False to disable. author: Optional author name (stored in response for reference only).
Returns: {"track_changes": bool, "author": str}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| author | No | ||
| enabled | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |