create_sheet
Add a new sheet tab to an existing Google Spreadsheet by providing the spreadsheet ID and a title for the new sheet.
Instructions
Create a new sheet tab in an existing Google Spreadsheet.
Args: spreadsheet_id: The ID of the spreadsheet title: The title for the new sheet
Returns: Information about the newly created sheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes | ||
| title | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |