Word Append
word_appendAppends text to the end of an existing Word (.docx) document at path, preserving the document's existing content and formatting. Requires confirm=true — called without it, returns a preview instead of modifying the file. Same file-access rules as word_create (Desktop/Documents/Downloads may need a Files-and-Folders grant). Returns {appended, chars_appended, path}. To create a new document use word_create; to read one use word_read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the existing .docx file | |
| confirm | No | Must be true to modify | |
| content | Yes | Text to append |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||