word_add_comments
Add multiple comments to a Word document in one pass, attaching each to a paragraph via its paraId.
Instructions
Add multiple comments, each anchored to a paragraph by paraId, in one pass
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| author | No | Comment author name (default: 'Claude') | |
| comments | Yes | List of comments to add in one pass | |
| file_path | Yes | Absolute path to the .docx file |