googlesheets.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.
Sheets
appendOrUpdateRow
sheets.appendOrUpdateRow
Append a new row or update an existing one
Risk: write
Output
responses full type
responses full type
appendRow
sheets.appendRow
Append a new row to a sheet
Risk: write
Output
responses full type
responses full type
clearSheet
sheets.clearSheet
Clear all data from a sheet [DESTRUCTIVE]
Risk: destructive
Output
createSheet
sheets.createSheet
Add a new sheet tab to a spreadsheet
Risk: write
Output
updatedSpreadsheet full type
updatedSpreadsheet full type
deleteRowsOrColumns
sheets.deleteRowsOrColumns
Delete rows or columns from a sheet [DESTRUCTIVE]
Risk: destructive
Output
updatedSpreadsheet full type
updatedSpreadsheet full type
deleteSheet
sheets.deleteSheet
Delete a sheet tab and all its data [DESTRUCTIVE · IRREVERSIBLE]
Risk: destructive · Irreversible
Output
updatedSpreadsheet full type
updatedSpreadsheet full type
getRows
sheets.getRows
Read rows from a sheet
Risk: read
Output
listSheetsInSpreadsheet
sheets.listSheetsInSpreadsheet
List all sheet tabs in a spreadsheet
Risk: read
Output
sheets full type
sheets full type
updateRow
sheets.updateRow
Update an existing row in a sheet
Risk: write
Output
responses full type
responses full type
Spreadsheets
create
spreadsheets.create
Create a new spreadsheet
Risk: write
properties full type
properties full type
properties full type
properties full type
delete
spreadsheets.delete
Permanently delete a spreadsheet [DESTRUCTIVE · IRREVERSIBLE]
Risk: destructive · Irreversible
Output:
void
list
spreadsheets.list
List all spreadsheets in Google Drive
Risk: read
Output
files full type
files full type