BigQuery
JSON →Access and cache Google Cloud BigQuery metadata.
Install
uvx --from Tools · 6
- get_datasets Retrieves a list of all datasets
- get_tables Retrieves all tables within a specified dataset (requires dataset_id, optionally accepts project_id)
- search_metadata Searches metadata for datasets, tables, and columns
- execute_query Safely executes BigQuery SQL queries with automatic LIMIT clause insertion and cost control
- check_query_scan_amount Retrieves the scan amount for BigQuery SQL queries
- save_query_result Executes BigQuery SQL queries and saves results to local files (CSV or JSONL format)