list_tables
List all tables in a BigQuery dataset with their schemas. Use to discover available tables and columns before writing queries.
Instructions
List all tables in a BigQuery dataset with their schemas. Uses INFORMATION_SCHEMA for efficiency. Use this to understand what tables and columns are available before writing queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes | Dataset name to list tables from | |
| project_id | No | Override the default project ID |