sheets_rename_sheet
Renames an existing sheet in a Google Spreadsheet by specifying the spreadsheet, sheet ID, and a new title.
Instructions
Rename an existing sheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheetId | Yes | The ID of the sheet to rename | |
| newTitle | Yes | New title for the sheet | |
| spreadsheetId | Yes | The ID of the spreadsheet |