Create New Sheet
create_sheetAdd a new sheet to an existing spreadsheet by specifying the spreadsheet ID and sheet name.
Instructions
Create a new sheet within an existing spreadsheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_name | Yes | The name of the new sheet. Required. | |
| spreadsheet_id | Yes | The ID of the spreadsheet. Required. | |
| user_google_email | No | The user's Google email address for Sheets access. If None, uses the current authenticated user from FastMCP context (auto-injected by middleware). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if operation failed | |
| message | Yes | Success or error message | |
| sheetId | Yes | Unique identifier for the created sheet | |
| success | Yes | Whether the creation succeeded | |
| sheetName | Yes | Name of the created sheet | |
| spreadsheetId | Yes | Unique identifier for the spreadsheet |