Tools that your AI agent can use through this MCP server to interact with Google Sheets
Add a single row of data to Google Sheets. See the documentation
Retrieve Google Sheets account metadata for the authenticated user by calling Drive's about.get, returning the user profile (display name, email, permission ID) and storage quota information. Helpful when you need to verify which Google account is active, tailor sheet operations to available storage, or give an LLM clear context about the user identity before composing read/write actions. See the Drive API documentation.
Upsert a row of data in a Google Sheet. See the documentation
Update a row in a spreadsheet. See the documentation
Update multiple rows in a spreadsheet defined by a range. See the documentation
Update the formatting of a cell in a spreadsheet. See the documentation
Update a cell in a spreadsheet. See the documentation
Get a list of all worksheets in a spreadsheet. See the documentation
Insert a comment into a spreadsheet. See the documentation
Insert a note on a spreadsheet cell. See the documentation
Get all values or values from a range of cells using A1 notation. See the documentation
Returns the spreadsheet at the given ID. See the documentation for more information
Fetch the contents of a specific cell in a spreadsheet. See the documentation
Find one or more rows by a column and value. See the documentation
Delete a specific worksheet. See the documentation
Deletes the specified rows from a spreadsheet. See the documentation
Create a blank worksheet with a title. See the documentation
Create a blank spreadsheet or duplicate an existing spreadsheet. See the documentation
Copy an existing worksheet to another Google Sheets file. See the documentation
Delete the content of a row or rows in a spreadsheet. Deleted rows will appear as blank rows. See the documentation
Delete the content of a specific cell in a spreadsheet. See the documentation
Add multiple rows of data to a Google Sheet. See the documentation
Create a new column in a spreadsheet. See the documentation