Skip to main content
Glama

BigQuery Validator

by caron14

bq_dry_run_sql

Analyze BigQuery SQL queries with a dry-run to estimate costs, validate syntax, and preview schema without executing the query.

Instructions

Perform a dry-run of a BigQuery SQL query to get cost estimates and metadata

Input Schema

NameRequiredDescriptionDefault
paramsNoOptional query parameters (key-value pairs)
pricePerTiBNoPrice per TiB for cost estimation (defaults to env var or 5.0)
sqlYesThe SQL query to dry-run

Input Schema (JSON Schema)

{ "properties": { "params": { "additionalProperties": true, "description": "Optional query parameters (key-value pairs)", "type": "object" }, "pricePerTiB": { "description": "Price per TiB for cost estimation (defaults to env var or 5.0)", "type": "number" }, "sql": { "description": "The SQL query to dry-run", "type": "string" } }, "required": [ "sql" ], "type": "object" }
Install Server

Other Tools from BigQuery Validator

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/caron14/mcp-bigquery'

If you have feedback or need assistance with the MCP directory API, please join our Discord server