get_comment_thread
Retrieve a complete Google Docs comment thread by doc_id and comment_id. Returns all replies, quoted text, resolved status, and author to review the full discussion before responding.
Instructions
Retrieve the full reply chain for a comment.
Use this tool when you need to read a comment thread in full before deciding on a response or resolution. Returns the comment content, all replies, quoted text, resolved status, and author.
Requires both the doc_id (the Google Doc's file ID) and the comment_id from the Drive API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| comment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||