Tool for creating new Google Spreadsheets.
Base class for Google Sheets tools.
Authentication:
api_resource: OAuth2 credentials for full access (read/write private sheets)api_key: API key for read-only access (public sheets only)Write operations require OAuth2 credentials.
Input schema for SheetsCreateSpreadsheetTool.
Tool for creating new Google Spreadsheets.
Inherits from
SheetsBaseTool.
Creates spreadsheets with configurable properties and optional initial data.
Requires OAuth2 authentication. Use api_resource parameter with
authenticated Google Sheets service.