sheets_create_spreadsheet
Create a Google Sheets spreadsheet, optionally with named tabs, and retrieve its spreadsheet ID and URL.
Instructions
Create a new Google Sheets spreadsheet, optionally with named tabs.
The new file lands in the account's 'My Drive' root; use drive_upload_file's sibling tools (e.g. a follow-up move) if it needs to live in a specific folder.
Returns:
str: JSON with spreadsheet_id, title, and url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |