word_reply_to_comment
Reply to a Word document comment using its ID, file path, and text. Anchors the reply to the same paragraph as the original comment.
Instructions
Add a reply comment anchored to the same paragraph as an existing comment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Reply text | |
| author | No | Reply author name (default: 'Claude') | |
| file_path | Yes | Absolute path to the .docx file | |
| comment_id | Yes | w:id of the comment to reply to |