list_comment_threads
Retrieve all comment threads from a Word document, including root comments and their replies.
Instructions
List all comment threads (root comments with their replies).
Returns a list of thread dicts: {root: {id, author, date, text}, replies: [...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |