list_sheets
List all sheets in a spreadsheet with their IDs, titles, and dimensions.
Instructions
List all sheets/tabs in a spreadsheet.
Args: spreadsheet_id: The ID of the spreadsheet.
Returns: JSON list of sheets with their IDs, titles, and dimensions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |