list_sheet_tables
List all native Sheets tables in a spreadsheet to retrieve table IDs for appending rows.
Instructions
List all structured tables (native Sheets tables) in a spreadsheet.
A "table" here is the newer native Sheets Table feature, not any bounded range. Use this to discover table_id before calling append_table_rows. Requires the spreadsheets.readonly OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address (authenticated account). | |
| spreadsheet_id | Yes | Target spreadsheet ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |