sheets_list_tabs
Retrieves a list of all sheet tabs within a spreadsheet, including each tab’s ID, title, index, and row/column counts. Use it to quickly identify sheet structure and dimensions.
Instructions
List all sheet tabs in a spreadsheet with their IDs and dimensions.
Returns: str: JSON list of {sheet_id, title, index, row_count, column_count}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |