Skip to content

Google Sheets

Read and write data in Google Sheets spreadsheets

Connect with: OAuth · Type: google-sheets · Tools: 7

ToolWhat it does
google_sheets_add_sheetwriteAdd a new tab (sheet) to an existing spreadsheet.
google_sheets_append_rowswriteAppend rows to the bottom of an existing table in a Google Sheets spreadsheet.
google_sheets_clear_rangewriteClear values from a range in a Google Sheets spreadsheet.
google_sheets_create_spreadsheetwriteCreate a new Google Sheets spreadsheet in the user's Drive root.
google_sheets_get_metadatareadGet spreadsheet metadata: title and list of all sheets with their dimensions.
google_sheets_read_rangereadRead cell values from a Google Sheets spreadsheet.
google_sheets_write_rangewriteWrite cell values to a Google Sheets spreadsheet, replacing existing values in the given range.

Tool names are suffixed with the connection they run against when you have more than one — google_sheets_add_sheet@production. With a single connection the bare name works.

Docs as of 2026-08-31.