List the tabs in a spreadsheet, read cell ranges, append rows, and overwrite ranges. Runs through the Nango proxy.
| Category | β Productivity |
| Connection | β‘ OAuth 2.0 one-click, handled by Nango |
| Actions | 4 total β 2 read, 2 write |
Once connected, Google Sheets exposes the following actions. The AI can call them with #-mentions in chat, an agent can be granted a subset as tools, and a workflow can run them in an integration-action node.
| Action | Type | What it does | Proxy |
|---|---|---|---|
List Sheetslist-sheets | Read | Fetch a spreadsheet's metadata, including its tabs. | Yes |
Read Rangeread-range | Read | Read cell values from an A1 range in a spreadsheet. | Yes |
Append Rowappend-row | Write | Append one or more rows to the end of a range. | Yes |
Update Rangeupdate-range | Write | Overwrite the cells in an A1 range with a 2D array of values. | Yes |
Actions tagged Write create, update, or delete data. In chat and agent paths they pause for your confirmation before running; workflows treat their deterministic wiring as implicit consent. Agent tools covers how to scope which actions an agent may use.
Google Sheets is governed per organization: an admin sets a monetary spend cap and a monthly call quota. A quota of 0 disables the integration β it never means unlimited. See the Integrations overview for the full governance model.