Skip to main content
Find and replace text in a spreadsheet or sheet

Tool details

FieldValue
Namesheets__find_replace
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "spreadsheetId": {
      "type": "string",
      "description": "Google Sheets spreadsheet ID"
    },
    "requests": {
      "type": "array",
      "description": "A batchUpdate requests array containing a findReplace request"
    }
  },
  "required": [
    "spreadsheetId",
    "requests"
  ],
  "description": "Input schema for the sheets__find_replace tool."
}

Output schema

This tool does not publish an output schema.