create_sheet
Add a new sheet to an existing Google spreadsheet. Provide the spreadsheet ID and a unique sheet name to append a tab.
Instructions
Add a new tab (sheet) to an existing spreadsheet.
Side effects: appends a new tab at the end. To rename/reorder/delete tabs use manage_sheet_tabs. For a brand-new spreadsheet use create_spreadsheet. Requires the spreadsheets OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address (authenticated account). | |
| spreadsheet_id | Yes | Target spreadsheet ID. | |
| sheet_name | Yes | Display name for the new tab. Must be unique within the spreadsheet. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |