Add Sheet Tab
add_sheet_tabAdd a new tab to an existing Google Sheet. Use this when you need an additional sheet after creation. Returns the new tab's sheetId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_name | Yes | Name for the new tab | |
| spreadsheet_id | Yes | The spreadsheet ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_id | Yes | Google's numeric ID for the new tab — required by the Sheets API for any later operation targeting it, and not derivable from the name | |
| sheet_name | Yes | ||
| spreadsheet_id | Yes |