create_sheet
Create a new sheet or tab within a Google Sheets spreadsheet. Provide the spreadsheet ID, a title, and an optional position to insert the sheet.
Instructions
Create a new sheet/tab in a spreadsheet.
Args: spreadsheet_id: The ID of the spreadsheet. title: Name for the new sheet. index: Position for the new sheet (-1 for end).
Returns: JSON with new sheet's ID, title, and index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | ||
| title | Yes | ||
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |