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.
Rename a sheet/tab by sheet ID
| Field | Value |
|---|---|
| Name | sheets__rename_sheet |
| Group | Integrations |
{
"type": "object",
"properties": {
"spreadsheetId": {
"type": "string",
"description": "Google Sheets spreadsheet ID"
},
"requests": {
"type": "array",
"description": "A batchUpdate requests array containing an updateSheetProperties request"
}
},
"required": [
"spreadsheetId",
"requests"
],
"description": "Input schema for the sheets__rename_sheet tool."
}