get_comments
Retrieve comments from a Google Sheet with details like author, content, anchor cell, and resolved status. Optionally include resolved comments or limit the number returned.
Instructions
Get all comments on a spreadsheet.
Args: spreadsheet_id: The ID of the spreadsheet include_resolved: Whether to include resolved comments (default False) max_results: Maximum number of comments to return (default 50)
Returns: List of comments with author, content, anchor cell, and resolved status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes | ||
| include_resolved | No | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |