insert_text
Insert text into Word documents with track-changes markup, showing as green underlined insertions with specified author attribution for revision tracking.
Instructions
Insert text with Word track-changes markup (appears as a green underlined insertion in Word).
Args: para_id: paraId of the target paragraph. text: Text to insert. position: Where to insert — "start", "end", or a substring to insert after. author: Author name for the revision (shown in Word's review pane).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| text | Yes | ||
| position | No | end | |
| author | No | Claude |