get_spreadsheet_info
Retrieve a spreadsheet's metadata, all sheet names, and direct URL using its ID.
Instructions
Get information about a spreadsheet including all sheets.
Args: spreadsheet_id: The ID of the spreadsheet (from URL).
Returns: JSON with spreadsheet metadata, sheets list, and URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |