word_add_comment
Add a comment to a specific paragraph in a Word document using its paraId, enabling targeted feedback and collaboration.
Instructions
Add a single comment anchored to a paragraph by paraId
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Comment text | |
| author | No | Comment author name (default: 'Claude') | |
| para_id | Yes | w14:paraId of the paragraph to attach the comment to | |
| file_path | Yes | Absolute path to the .docx file |