create_spreadsheet
Creates a new Google Spreadsheet with a specified title, optionally within a given Google Drive folder.
Instructions
Create a new Google Spreadsheet.
Args: title: The title of the new spreadsheet folder_id: Optional Google Drive folder ID where the spreadsheet should be created. If not provided, uses the configured default folder or creates in root.
Returns: Information about the newly created spreadsheet including its ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| folder_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |