sheets_create_sheet
Adds a new sheet to a specified Google Spreadsheet by providing its ID and the desired sheet title. Supports optional index placement for ordering.
Instructions
Create a new sheet in the spreadsheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Index where to insert the sheet | |
| title | Yes | Title of the new sheet | |
| spreadsheetId | Yes | The ID of the spreadsheet |