create_spreadsheet
Create a new Google Spreadsheet with the given title and optional sheet names. Returns spreadsheet ID, URL, and sheet details.
Instructions
Create a new Google Spreadsheet.
Args: title: The title for the new spreadsheet. sheet_names: Comma-separated list of sheet names (optional).
Returns: JSON with spreadsheet_id, title, url, and sheets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| sheet_names | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |