create_sheet
Add a new sheet to an existing Google Sheets spreadsheet by specifying the spreadsheet ID and sheet name.
Instructions
Creates a new sheet within an existing spreadsheet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address. Required. | |
| spreadsheet_id | Yes | The ID of the spreadsheet. Required. | |
| sheet_name | Yes | The name of the new sheet. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |