add_comment
Add comments to a Google Sheet, optionally anchored to a specific cell. Provide spreadsheet ID, comment text, and cell reference for targeted feedback.
Instructions
Add a comment to a spreadsheet. Optionally anchor it to a specific cell.
Args: spreadsheet_id: The ID of the spreadsheet content: The comment text anchor_cell: Cell reference in 'Sheet1!A1' format. If omitted, adds a file-level comment.
Returns: The created comment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes | ||
| content | Yes | ||
| anchor_cell | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |