live_insert_at_cursor
Insert text at the cursor in an open Word document without moving or changing your selection. Optionally adds a paragraph break. Works only in the main body.
Instructions
Insert text at the user's cursor position in the open document (main body text only; headers/footers/footnotes not supported). The cursor position is read once and never moved; the user's selection is untouched. newline=True ends the insertion with a paragraph break. Use insert_paragraphs for index-addressed insertion instead. Requires the document to be open in Word.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| newline | No | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||