resolve_comment
Resolve a Google Docs comment by marking it resolved, then re-query to verify the action landed. Returns actual state and evidence, so a comment staying open is reported as COMMENT_STILL_OPEN.
Instructions
Resolve a comment on a document and verify the resolution landed.
Use this tool when you need to mark a reviewer comment as resolved. Resolves via Drive replies.create(action='resolve') — the only mechanism that actually resolves comments in Drive API v3. Using comments.update with resolved=true is silently ignored (resolved is a read-only field), which is the incumbent server's bug.
After issuing the resolve the tool re-queries the comment and returns the actual final state. A comment that is still open after the resolve attempt is reported as COMMENT_STILL_OPEN — never as success.
Returns comment-state evidence: applied, comment_id, resolved, reply_count, content, quoted_text, audit_logged.
Errors: COMMENT_STILL_OPEN – comment did not resolve; post-state included INVALID_INPUT – comment not found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| comment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||