List the tabs in a Google Sheet
list_sheet_tabsList all tab names, IDs, and dimensions in a Google Spreadsheet to identify existing sheets before renaming, editing, or deleting them. Read-only.
Instructions
The tabs in a Google Spreadsheet, each with its name, numeric sheetId, row/column count and position. Call this BEFORE naming a tab in update_sheet / clear_sheet_range / manage_sheet_tabs / format_sheet, and before proposing to delete one — it is how you learn what the file actually contains instead of guessing at a name. Read-only, free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheetUrl | No | a Google Sheets URL — the id is extracted from it | |
| spreadsheetId | No | the spreadsheet id (from create_sheet, or list_drive_files for one the user picked) |