list_open_items
Get all open comments and pending suggested edits on a Google Doc in one view. Filter suggestions by tab or include all tabs to review unresolved feedback.
Instructions
List all open comments and pending suggested edits on a document.
Use this tool when you need a single unified view of all open review items on a document. Returns both Drive-level comments (labeled scope='document') and per-tab suggested edits in one response.
Comments come from the Drive API and cannot be attributed to a specific tab — Drive comment anchors are opaque. If tab_id is provided it filters the suggestions returned to that tab only. To include suggestions from every tab, set include_all_tabs=true. Comments are always returned document-wide regardless of tab_id.
Suggestions are extracted from the raw Docs JSON (suggestedInsertionIds / suggestedDeletionIds / suggestedTextStyleChanges) and are per-tab. The document is fetched with suggestionsViewMode=SUGGESTIONS_INLINE so that suggestion fields are populated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| tab_id | No | ||
| include_all_tabs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||