List Sheet Tables
list_sheet_tablesList all structured tables in a Google Sheets spreadsheet, returning their IDs, names, ranges, and column details. Use this to obtain table IDs needed for appending rows.
Instructions
Lists all structured tables in a spreadsheet with their IDs, names, ranges, and column details. Use this to find table IDs for append_table_rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address. Required. | |
| spreadsheet_id | Yes | The ID of the spreadsheet. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |