List comments
list_commentsRetrieve Google Doc comments with full thread details: authors, dates, status, quoted text, and replies. Filter by open/resolved status or include surrounding paragraph context.
Instructions
List the comments of a Google Doc in full detail: author, dates, open/resolved status, the quoted text each comment refers to, every reply in the thread (with who resolved or reopened it) and, optionally, the surrounding paragraph of the document. This is the main tool of this server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | markdown is easier to read; json returns the structured objects. | markdown |
| status | No | Filter by resolution status. | all |
| document | Yes | Google Docs document ID or full URL (https://docs.google.com/document/d/<id>/edit). | |
| page_token | No | Token from a previous call to fetch the next page. | |
| max_results | No | Page size. Comments are returned newest first. | |
| include_context | No | Fetch the document text and attach the paragraph where each quoted text appears. | |
| include_deleted | No | Also return deleted comments and replies. |