rename_sheet
Renames a sheet in a Google Sheets spreadsheet by specifying the spreadsheet ID, sheet ID, and new title.
Instructions
Rename a sheet.
Args: spreadsheet_id: The ID of the spreadsheet. sheet_id: The numeric ID of the sheet. new_title: New name for the sheet.
Returns: Success message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_id | Yes | ||
| new_title | Yes | ||
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |