Get a single comment thread
get_commentRetrieve a specific Google Docs comment with its full reply thread, quoted text, and paragraph context. Use a document ID and comment ID to get the complete thread details.
Instructions
Fetch one comment of a Google Doc by ID with its full reply thread, quoted text and surrounding paragraph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | markdown | |
| document | Yes | Google Docs document ID or full URL (https://docs.google.com/document/d/<id>/edit). | |
| comment_id | Yes | Comment ID as returned by list_comments. | |
| include_context | No | Attach the paragraph where the quoted text appears. |