Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | sheets__batch_update |
| Group | Integrations |
{
"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."
}