Connection
- Authentication: OAuth 2.0 — you authorize Atako via Google Sheets’s consent screen; no key to copy.
- Scopes requested:
https://www.googleapis.com/auth/spreadsheets
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Connect Google Sheets to your Atako agents — 2 read and 6 write actions.
https://www.googleapis.com/auth/spreadsheets| Action | Description |
|---|---|
get_spreadsheet | Get spreadsheet metadata and sheet list. spreadsheetId is the part of the URL between /d/ and /edit, or the id returned by create_spreadsheet. Use Google Drive to search for spreadsheets. |
get_values | Read a range of values from a spreadsheet (A1 notation). Call it once per range. |
| Action | Description |
|---|---|
add_sheet | Add a new sheet (tab) to a spreadsheet. |
append_values | Append values after the last row of a table in a range. valueInputOption controls how the data is interpreted. |
clear_values | Clear all values from a range (A1 notation). Formatting and data validation are preserved. |
create_spreadsheet | Create a new spreadsheet with an optional title and initial sheets. |
delete_sheet | Delete a sheet (tab) from a spreadsheet by its sheetId. |
update_values | Write values into a range (A1 notation). valueInputOption controls how the data is interpreted. |