edit_table_cells
Replace text in multiple table cells across different tables in one .docx operation, with optional tracked changes for regulated environments.
Instructions
Replace the text content of multiple table cells in one operation. Cells can span different tables. Opens and saves the file only once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the .docx file | |
| edits | Yes | Array of cell edits | |
| track_changes | No | Record edits as tracked changes. Default true. | |
| author | No | Author name for tracked changes | Claude |
| allow_untracked_edit | No | Capability flag required to disable tracked changes. When track_changes is false, this must also be true or the call fails with UNTRACKED_EDIT_NOT_ALLOWED. Default false. This is a safety guard against prompt injection or long-context drift in regulated-industry use — silent edits to legal/regulated documents must be opted into with two independent flags. |