resolve_comment
Resolve a comment in a Google Sheet by marking it as resolved, optionally adding a reply before closing.
Instructions
Resolve a comment, optionally adding a reply before resolving.
Args: spreadsheet_id: The ID of the spreadsheet comment_id: The comment ID (from get_comments) reply_content: Optional reply to add before resolving
Returns: Result of the resolve operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes | ||
| comment_id | Yes | ||
| reply_content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |