mark_comment_resolved
Mark a comment as resolved in a Word document by providing its ID. Save to a new file or create a backup before overwriting the original.
Instructions
Mark a comment as resolved/done.
Args: path: Path to the .docx file comment_id: ID of the comment to resolve output_path: Save to new file; if omitted, creates timestamped backup and overwrites original
Returns: Dictionary containing: - success: True if successful - comment_id: ID of the resolved comment - output_path: Path where the file was saved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| comment_id | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||