Skip to main content
Rename a sheet/tab by sheet ID

Tool details

FieldValue
Namesheets__rename_sheet
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 an updateSheetProperties request"
    }
  },
  "required": [
    "spreadsheetId",
    "requests"
  ],
  "description": "Input schema for the sheets__rename_sheet tool."
}

Output schema

This tool does not publish an output schema.