Google Sheets for your agents.
Connect Google Sheets once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Google Sheets.
What agents can do with Google Sheets
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
google-sheets_get_spreadsheetFetch a spreadsheet's metadata and sheet list.
google-sheets_read_valuesRead a cell range in A1 notation, e.g. Sheet1!A1:C10.
google-sheets_append_valuesAppend rows after the last row of a range. `values` is an array of row arrays.
google-sheets_update_valuesOverwrite the cells in a range. `range` is A1 notation; `values` is an array of row arrays sized to the range.
google-sheets_clear_valuesClear the values in a range (keeps formatting). `range` is A1 notation.
google-sheets_batch_get_valuesRead several A1 ranges in one call. Pass `ranges` once per range as a repeated query param.
google-sheets_create_spreadsheetCreate a new spreadsheet. `properties` sets the title; `sheets` optionally defines initial tabs. Returns the new spreadsheetId.
google-sheets_batch_updateApply structural changes in one call: add/delete sheets, format cells, merge, etc. `requests` is an array of Request objects per the Sheets API.
google-sheets_get_sheetFetch a single sheet's metadata by spreadsheet and sheet id.
google-sheets_copy_sheetCopy a sheet to another spreadsheet. Returns the new sheet properties.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- This service uses OAuth: there is no key to paste.
- Click Connect and approve access on Google's page in Even's browser.
- If Connect reports no OAuth app is configured, an admin must register a Google app and configure the broker first.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Google Sheets to Even: call connect_begin("google-sheets") on the even-connect MCP and walk me through it.
Read Google Sheets data by range, append new rows, and update cells in spreadsheets.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.