Resolve or reopen a comment
resolve_commentResolve or reopen a Google Docs comment thread by ID, verifying a quoted snippet before acting to avoid resolving the wrong thread.
Instructions
Resolve (or reopen) a comment thread by comment id. Pass expectQuote (a snippet of the comment’s quoted text or body, from list_comments) — shown for confirmation and verified against the live comment, so a wrong/stale id is refused instead of resolving the wrong thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reopen | No | reopen instead of resolve | |
| account | No | Google account email to use. Defaults to GDOCS_DEFAULT_ACCOUNT, or the sole account. | |
| commentId | Yes | ||
| documentId | Yes | ||
| expectQuote | No | snippet of the comment’s quoted text/body; verified before resolving |