create_spreadsheet_tool
Create a new Google Spreadsheet with custom title and sheet names using Google Apps Script integration.
Instructions
Create a new Google Spreadsheet.
Args: user_google_email: The user's Google email address title: Title for the new spreadsheet sheet_names: Optional list of sheet names to create (default: ["Sheet1"])
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| title | Yes | ||
| sheet_names | No |