Skip to main content
Run raw Google Sheets batchUpdate requests for formatting and structural changes

Tool details

FieldValue
Namesheets__batch_update
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "spreadsheetId": {
      "type": "string",
      "description": "Google Sheets spreadsheet ID"
    },
    "requests": {
      "type": "array",
      "description": "Google Sheets API batchUpdate request objects"
    },
    "includeSpreadsheetInResponse": {
      "type": "boolean",
      "description": "Whether to include the updated spreadsheet in the response"
    }
  },
  "required": [
    "spreadsheetId",
    "requests"
  ],
  "description": "Input schema for the sheets__batch_update tool."
}

Output schema

This tool does not publish an output schema.