Skip to main content
Glama

BigQuery Validator

by caron14

bq_validate_sql

Verify BigQuery SQL syntax and structure before execution. Use this tool to check query validity, analyze schema, and estimate costs without running the query.

Instructions

Validate BigQuery SQL syntax without executing the query

Input Schema

NameRequiredDescriptionDefault
paramsNoOptional query parameters (key-value pairs)
sqlYesThe SQL query to validate

Input Schema (JSON Schema)

{ "properties": { "params": { "additionalProperties": true, "description": "Optional query parameters (key-value pairs)", "type": "object" }, "sql": { "description": "The SQL query to validate", "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