Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Run raw Google Sheets batchUpdate requests for formatting and structural changes
sheets__batch_update
{ "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." }