word_get_comments
Extract comments from Word documents with metadata and thread context. Filter by status, author, or view as flat or threaded lists.
Instructions
Extract comments from a Word document with metadata and thread context.
Args: file_path: Path to the .docx file filter: Optional filter (all/open/resolved/mine) author: Author name for filter='mine' (defaults to comment identity) format: flat (default) or threaded
Returns: Dictionary with comment list/count and optional thread groups
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the .docx file | |
| filter | No | Optional filter (all/open/resolved/mine) | |
| author | No | Author name for filter='mine' (defaults to comment identity) | |
| format | No | flat (default) or threaded |