list_sheet_tables
Retrieve structured tables from a Google Sheets spreadsheet to identify table IDs, names, ranges, and column details for data management operations.
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 |