workspace_connect
Connect to Google Spreadsheets to analyze sheet structure and discover associated Apps Script files, functions, triggers, and deployments for comprehensive workspace automation.
Instructions
Connect to a Google Spreadsheet and discover everything about it.
Args: spreadsheet_url: Spreadsheet URL or ID script_url: Optional. The Apps Script URL or ID (from Extensions > Apps Script). Container-bound scripts don't appear in Drive API (Google limitation), so pass the script URL for full discovery. If omitted, only sheet structure is returned.
Returns: sheet structure, and if script_url is provided: all files with functions, triggers, and deployments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_url | Yes | ||
| script_url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |