Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BQ_PROJECT | No | GCP project ID | |
BQ_LOCATION | No | BigQuery location (e.g., US, EU, asia-northeast1) | |
SAFE_PRICE_PER_TIB | No | Default price per TiB for cost estimation | 5.0 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
bq_validate_sql | Validate BigQuery SQL syntax without executing the query |
bq_dry_run_sql | Perform a dry-run of a BigQuery SQL query to get cost estimates and metadata |