Google Sheets
Google Sheets (managed auth via Composio)
What your agent can do with Google Sheets
Triggers and actions 16 triggers · 46 actions
- TriggerAggregate Metric Changed
Fires when an aggregate metric (sum/avg/count/…) over a column changes. Managed by Composio (~15 min floor).
- TriggerCell Range Values Changed
Fires when the values in a specific cell range change. Managed by Composio (~15 min floor).
- TriggerConditional Format Rule Changed
Fires when a conditional-format rule changes. Managed by Composio (~15 min floor).
- TriggerData Validation Rule Changed
Fires when a data-validation rule changes. Managed by Composio (~15 min floor).
- TriggerDeveloper Metadata Changed
Fires when developer metadata changes. Managed by Composio (~15 min floor).
- TriggerFiltered Range Values Changed
Fires when the values in a filtered range change. Managed by Composio (~15 min floor).
- TriggerNew Rows
Fires when new rows are appended to a Google Sheet. Managed by Composio (server-side poll; ~15 min floor).
- TriggerNew Sheet Added
Fires when a new sheet (tab) is added to a spreadsheet. Managed by Composio (~15 min floor).
- TriggerNew Spreadsheet Created
Fires when a new spreadsheet is created in the account. Managed by Composio (~15 min floor).
- TriggerSpreadsheet Metadata Changed
Fires when spreadsheet metadata changes. Managed by Composio (~15 min floor).
- TriggerSpreadsheet Properties Changed
Fires when spreadsheet properties change. Managed by Composio (~15 min floor).
- TriggerSpreadsheet Row Changed
Fires when a row matching a query changes. Managed by Composio (~15 min floor).
- TriggerSpreadsheet Search Match
Fires when a spreadsheet matching search criteria is found. Managed by Composio (~15 min floor).
- TriggerTable Query Result Changed
Fires when the result of a SQL-style table query changes. Managed by Composio (~15 min floor).
- TriggerTable Schema Changed
Fires when a table's column schema changes. Managed by Composio (~15 min floor).
- TriggerWorksheet Names Changed
Fires when worksheet (tab) names change. Managed by Composio (~15 min floor).
- ActionAdd Row
Append a row to a Google Sheet
- ActionAggregate Column Data
Read a range and compute an aggregate (sum|avg|min|max|count) over one column, skipping blank/non-numeric cells (so a header row is skipped automatically).
- ActionAuto-Resize Rows or Columns
Auto-fit row heights or column widths over an index range via autoResizeDimensions.
- ActionChange Sheet Properties
Update a worksheet's grid properties (row/column count) using an explicit field mask.
- ActionClear Basic Filter
Remove the basic filter from a sheet via clearBasicFilter.
- ActionClear Spreadsheet Row(s)
Clear the values in a range (formatting preserved).
- ActionCopy Range
Copy a source cell range to a destination range within the spreadsheet.
- ActionCopy Worksheet
Copy a worksheet into a destination spreadsheet.
- ActionCreate Chart
Add a basic embedded chart (column/bar/line/etc.) built from a domain range and a series range on a sheet. Returns the new chartId.
- ActionCreate Conditional Formatting Rule
Add a boolean conditional formatting rule (e.g. NUMBER_GREATER) that colors matching cells.
- ActionCreate Multiple Spreadsheet Rows
Append many rows in one call.
- ActionCreate Spreadsheet
Create a new Google Sheets spreadsheet with the given title.
- ActionCreate Spreadsheet Column
Insert a blank column at a given index.
- ActionCreate Spreadsheet Row
Append a single row of values to a sheet range.
- ActionCreate Spreadsheet Row at Top
Insert a blank row just below the header (row 2), then write the given values into it in one operation.
- ActionCreate Worksheet
Add a new worksheet (tab) to an existing spreadsheet.
- ActionDelete Chart
Delete an embedded chart via deleteEmbeddedObject.
- ActionDelete Sheet
Delete a worksheet from a spreadsheet by sheetId (gid).
- ActionDelete Spreadsheet Row(s)
Delete a contiguous block of rows by index.
- ActionFind and Replace
Find and replace text across the spreadsheet. Supply EXACTLY ONE scope: all_sheets=true OR sheet_id. Leave the other unset (do not pass all_sheets=false together with sheet_id).
- ActionFind Spreadsheet
Find spreadsheets by exact name via the Drive API (cross-host through the googlesheets connection).
- ActionFind Worksheet
Return the worksheet whose title matches the given title (sheet_id/index/found), reading the spreadsheet's sheet properties.
- ActionFormat Cell Range
Apply background color and bold formatting to a cell range via repeatCell.
- ActionFormat Spreadsheet Row
Apply a background color across an entire row via repeatCell over a row range.
- ActionGet Conditional Format Rules
List all conditional-format rules on each sheet (paired with the sheetId so a follow-up update can target a rule by index).
- ActionGet Data Range
Read all values in a range.
- ActionGet Data Validation Rules
Read the data-validation rule set on every cell of a range (per-cell dataValidation, via includeGridData with a field mask).
- ActionGet Many Spreadsheet Rows (Advanced)
Read multiple ranges at once via batchGet.
- ActionGet Row by ID
Read a single row range. NOTE: Google Sheets has no row ID; the row number IS the identity.
- ActionGet Sheet Names
Return the titles of all sheets (tabs) in the spreadsheet.
- ActionGet Spreadsheet by ID
Fetch spreadsheet metadata (title, sheets, gids, grid properties).
- ActionList Charts
List all embedded charts (chartId + title) across every sheet in the spreadsheet.
- ActionLookup Spreadsheet Row
Read a range and return the FIRST row whose cell at column_index equals match_value (Sheets has no server-side filter; this op filters the returned rows).
- ActionLookup Spreadsheet Rows (Advanced)
Read multiple ranges via batchGet and return ALL rows whose cell at column_index equals match_value (Sheets has no server-side filter; this op filters the returned rows).
- ActionMove Chart
Reposition an embedded chart to a new overlay anchor cell via updateEmbeddedObjectPosition.
- ActionRename Sheet
Rename a worksheet's title.
- ActionSearch Spreadsheets
Search spreadsheets by name substring (or full-text) via the Drive API, cross-host through the googlesheets connection.
- ActionSet Basic Filter
Apply a basic filter to a range on a sheet via setBasicFilter.
- ActionSet Data Validation
Apply a ONE_OF_LIST dropdown data-validation rule to a cell range.
- ActionSort Range
Sort a cell range by one column in ascending or descending order.
- ActionUpdate Chart
Replace an existing chart's spec (title, chart type, domain/series ranges) via updateChartSpec.
- ActionUpdate Conditional Format Rules
Replace an existing conditional-format rule (identified by its index on the sheet) with a new boolean rule.
- ActionUpdate Data Validation Rule
Overwrite the data-validation rule on a cell range with a ONE_OF_LIST dropdown (same endpoint as create; setDataValidation replaces whatever rule the range held).
- ActionUpdate Spreadsheet Row
Overwrite the values at a specific range.
- ActionUpdate Spreadsheet Row(s)
Update one or more disjoint ranges in a single batch.
- ActionUpsert Row
Read a range, find the row whose column_index cell equals match_value; UPDATE that row when found, otherwise APPEND a new row. One adaptive write request (method+path chosen by the match script).
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Google Sheets API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.