Available now

36 things your agent can do in Google Sheets

Google Sheets is a cloud-based spreadsheet tool enabling real-time collaboration, data analysis, and integration with other Google Workspace apps

Docs, Files & Notes16 triggersSign in with your account (OAuth)

Every action, grouped by what it does

You do not pick these by hand. Describe what the agent should do and Squidgy grants the matching ones — an agent told to draft replies gets the drafting action and not the sending one.

Read

11
  • Batch get spreadsheet

    Retrieves data from specified cell ranges in a google spreadsheet; ensure the spreadsheet has at least one worksheet and any explicitly referenced sheet names in ranges exist.

    GOOGLESHEETS_BATCH_GET
  • Find worksheet by title

    Finds a worksheet by its exact, case-sensitive title within a google spreadsheet; returns a boolean indicating if found and the complete metadata of the entire spreadsheet, regardless of whether the…

    GOOGLESHEETS_FIND_WORKSHEET_BY_TITLE
  • Get sheet names

    Lists all worksheet names from a specified google spreadsheet (which must exist), useful for discovering sheets before further operations.

    GOOGLESHEETS_GET_SHEET_NAMES
  • Get Spreadsheet by Data Filter

    Returns the spreadsheet at the given id, filtered by the specified data filters. use this tool when you need to retrieve specific subsets of data from a google sheet based on criteria like a1 notatio…

    GOOGLESHEETS_GET_SPREADSHEET_BY_DATA_FILTER
  • Get spreadsheet info

    Retrieves comprehensive metadata for a google spreadsheet using its id, excluding cell data.

    GOOGLESHEETS_GET_SPREADSHEET_INFO
  • Get Table Schema

    This action is used to get the schema of a table in a google spreadsheet, call this action to get the schema of a table in a spreadsheet before you query the table. analyze table structure and infer…

    GOOGLESHEETS_GET_TABLE_SCHEMA
  • List Tables in Spreadsheet

    This action is used to list all tables in a google spreadsheet, call this action to get the list of tables in a spreadsheet. discover all tables in a google spreadsheet by analyzing sheet structure a…

    GOOGLESHEETS_LIST_TABLES
  • Query Spreadsheet Table

    This action is used to query a table in a google spreadsheet, call this action to query a table in a spreadsheet. execute sql-like select queries against spreadsheet tables. supports where conditions…

    GOOGLESHEETS_QUERY_TABLE
  • Search Developer Metadata

    Tool to search for developer metadata in a spreadsheet. use when you need to find specific metadata entries based on filters.

    GOOGLESHEETS_SEARCH_DEVELOPER_METADATA
  • Search Spreadsheets

    Search for google spreadsheets using various filters including name, content, date ranges, and more.

    GOOGLESHEETS_SEARCH_SPREADSHEETS
  • Batch Get Spreadsheet Values by Data Filter

    Tool to return one or more ranges of values from a spreadsheet that match the specified data filters. use when you need to retrieve specific data sets based on filtering criteria rather than entire s…

    GOOGLESHEETS_SPREADSHEETS_VALUES_BATCH_GET_BY_DATA_FILTER

Create & update

14
  • Add Sheet to Spreadsheet

    Adds a new sheet (worksheet) to a spreadsheet. use this tool to create a new tab within an existing google sheet, optionally specifying its title, index, size, and other properties.

    GOOGLESHEETS_ADD_SHEET
  • Batch update spreadsheet

    Updates a specified range in a google sheet with given values, or appends them as new rows if `first cell location` is omitted; ensure the target sheet exists and the spreadsheet contains at least on…

    GOOGLESHEETS_BATCH_UPDATE
  • Batch Update Values by Data Filter

    Tool to update values in ranges matching data filters. use when you need to update specific data in a google sheet based on criteria rather than fixed cell ranges.

    GOOGLESHEETS_BATCH_UPDATE_VALUES_BY_DATA_FILTER
  • Create Chart in Google Sheets

    Create a chart in a google sheets spreadsheet using the specified data range and chart type.

    GOOGLESHEETS_CREATE_CHART
  • Create a Google Sheet

    Creates a new google spreadsheet in google drive using the provided title.

    GOOGLESHEETS_CREATE_GOOGLE_SHEET1
  • Create spreadsheet column

    Creates a new column in a google spreadsheet, requiring a valid `spreadsheet id` and an existing `sheet id`; an out-of-bounds `insert index` may append/prepend the column.

    GOOGLESHEETS_CREATE_SPREADSHEET_COLUMN
  • Create spreadsheet row

    Inserts a new, empty row into a specified sheet of a google spreadsheet at a given index, optionally inheriting formatting from the row above.

    GOOGLESHEETS_CREATE_SPREADSHEET_ROW
  • Delete Dimension (Rows/Columns)

    Tool to delete specified rows or columns from a sheet in a google spreadsheet. use when you need to remove a range of rows or columns.

    GOOGLESHEETS_DELETE_DIMENSION
  • Delete Sheet

    Tool to delete a sheet (worksheet) from a spreadsheet. use when you need to remove a specific sheet from a google sheet document.

    GOOGLESHEETS_DELETE_SHEET
  • Insert Dimension in Google Sheet

    Tool to insert new rows or columns into a sheet at a specified location. use when you need to add empty rows or columns within an existing google sheet.

    GOOGLESHEETS_INSERT_DIMENSION
  • Set Basic Filter

    Tool to set a basic filter on a sheet in a google spreadsheet. use when you need to filter or sort data within a specific range on a sheet.

    GOOGLESHEETS_SET_BASIC_FILTER
  • Create sheet from JSON

    Creates a new google spreadsheet and populates its first worksheet from `sheet json`, which must be non-empty as its first item's keys establish the headers.

    GOOGLESHEETS_SHEET_FROM_JSON
  • Update Sheet Properties

    Tool to update properties of a sheet (worksheet) within a google spreadsheet, such as its title, index, visibility, tab color, or grid properties. use this when you need to modify the metadata or app…

    GOOGLESHEETS_UPDATE_SHEET_PROPERTIES
  • Update Spreadsheet Properties

    Tool to update properties of a spreadsheet, such as its title, locale, or auto-recalculation settings. use when you need to modify the overall configuration of a google sheet.

    GOOGLESHEETS_UPDATE_SPREADSHEET_PROPERTIES

Manage

11
  • Aggregate Column Data

    Searches for rows where a specific column matches a value and performs mathematical operations on data from another column.

    GOOGLESHEETS_AGGREGATE_COLUMN_DATA
  • Append Dimension

    Tool to append new rows or columns to a sheet, increasing its size. use when you need to add empty rows or columns to an existing sheet.

    GOOGLESHEETS_APPEND_DIMENSION
  • Clear Basic Filter

    Tool to clear the basic filter from a sheet. use when you need to remove an existing basic filter from a specific sheet within a google spreadsheet.

    GOOGLESHEETS_CLEAR_BASIC_FILTER
  • Clear spreadsheet values

    Clears cell content (preserving formatting and notes) from a specified a1 notation range in a google spreadsheet; the range must correspond to an existing sheet and cells.

    GOOGLESHEETS_CLEAR_VALUES
  • Execute SQL on Spreadsheet

    Execute sql queries against google sheets tables. supports select, insert, update, and delete operations with familiar sql syntax. tables are automatically detected and mapped from the spreadsheet st…

    GOOGLESHEETS_EXECUTE_SQL
  • Format cell

    Applies text and background cell formatting to a specified range in a google sheets worksheet.

    GOOGLESHEETS_FORMAT_CELL
  • Look up spreadsheet row

    Finds the first row in a google spreadsheet where a cell's entire content exactly matches the query string, searching within a specified a1 notation range or the first sheet by default.

    GOOGLESHEETS_LOOKUP_SPREADSHEET_ROW
  • Copy Sheet to Another Spreadsheet

    Tool to copy a single sheet from a spreadsheet to another spreadsheet. use when you need to duplicate a sheet into a different spreadsheet.

    GOOGLESHEETS_SPREADSHEETS_SHEETS_COPY_TO
  • Append Values to Spreadsheet

    Tool to append values to a spreadsheet. use when you need to add new data to the end of an existing table in a google sheet.

    GOOGLESHEETS_SPREADSHEETS_VALUES_APPEND
  • Batch Clear Spreadsheet Values

    Tool to clear one or more ranges of values from a spreadsheet. use when you need to remove data from specific cells or ranges while keeping formatting and other properties intact.

    GOOGLESHEETS_SPREADSHEETS_VALUES_BATCH_CLEAR
  • Batch Clear Values By Data Filter

    Clears one or more ranges of values from a spreadsheet using data filters. the caller must specify the spreadsheet id and one or more datafilters. ranges matching any of the specified data filters wi…

    GOOGLESHEETS_SPREADSHEETS_VALUES_BATCH_CLEAR_BY_DATA_FILTER

About connecting Google Sheets

What can an AI agent do in Google Sheets?

36 distinct actions, listed in full on this page — 11 to read, 14 to create & update, 11 to manage. An agent gets the ones that match what you described it doing, not all of them at once.

How do I connect Google Sheets?

Once, in Settings → Integrations. Sign in with your account (OAuth). The connection is yours, shared by every agent you build — you are not re-authorising per agent, and the agent never sees your credentials.

Can an agent react to something happening in Google Sheets?

Yes — Google Sheets exposes 16 triggers, so an agent can start work when something changes rather than waiting to be asked.

Others in Docs, Files & Notes

All 58 connectable apps · The agent builder

Chat with Squidgy