Google Sheets

Read, append, and update data in Google Sheets.

# Google Sheets Skillpack

Use this tool family for reading from, writing to, or updating Google Sheets.

## When to use it

Choose Google Sheets when the task involves:
- reading spreadsheet rows or ranges
- updating cells
- appending structured data

## How to use it through Clono

1. Search operations:
   - `GET /api/tools/search?q=google sheets`
   - or `GET /api/tools/search?q=sheets`

2. Pick an operation from the `google_sheets` tool family.

3. Start a run:
   - `POST /api/tool-runs`

4. Poll for completion:
   - `GET /api/tool-runs/{runId}`

## Requirements

- The user must have connected Google Sheets in Clono Integrations.
- Sheet ids, tab names, and ranges should be exact.