Read from and (optionally) write to your Google Sheets — pull data into reports, or push results back out. Only the sheets you explicitly add are accessible.
List your added sheets, inspect their structure, read any range and search across the content.
Append rows, update ranges and create new tabs — useful for exporting a report Claude just built back into a sheet.
list_my_google_sheets | Your added sheets. |
get_google_sheet_metadata | Tabs, dimensions, structure. |
read_google_sheet_range | Read a range of cells. |
search_google_sheet | Find content within a sheet. |
append_google_sheet_rows | Add rows to a sheet. |
update_google_sheet_range | Write values to a range. |
create_google_sheet_tab | Add a new tab. |