sheets_add_tab
Adds a new tab to an existing spreadsheet. Specify account, spreadsheet ID, and title; position is optional.
Instructions
Add a new sheet tab to an existing spreadsheet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Optional zero-based position for the new tab. | |
| title | Yes | Name for the new sheet tab. | |
| account | Yes | Account id. | |
| spreadsheet_id | Yes | Spreadsheet ID. |