add_comment
Add comments to specific paragraphs in Microsoft Word documents. This tool inserts comment markers and text into the document structure for collaborative editing and feedback.
Instructions
Add a comment anchored to a paragraph.
Creates the comment in comments.xml and adds range markers (commentRangeStart/End) around the paragraph content.
Args: para_id: paraId of the paragraph to comment on. text: Comment text. author: Author name (shown in Word's comment sidebar).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| text | Yes | ||
| author | No | Claude |