← Back to all apps

BlazeSQL

Businessby Blaze Analytics vGmbH
Launched Feb 28, 2026 on ChatGPT

BlazeSQL allows you to query your SQL Database with natural language. It can deeply understand your data and your business with the help of its knowledge base, and automatically learns from conversations for reliable results. With built-in reliability testing and accuracy monitoring capabilities, it allows ChatGPT to reliably get information from your SQL Database.

2ChatGPT Tools
Blaze Analytics vGmbHDeveloper
BusinessCategory

Available Tools

BlazeSQL Query

blazesql_query
Full Description

Execute a natural language query against your BlazeSQL database. Prefer passing the user's request directly; avoid specifying tables/columns unless the user explicitly requested them. Returns the generated SQL and query results.

Parameters (1 required)
Required
natural_language_requeststring

The user's question in plain English. Keep it non-prescriptive (don't guess table/column names) unless the user explicitly named fields/tables or asked for SQL specifics.

Check BlazeSQL Query Status

check_query_status
Full Description

Check the status of a long-running BlazeSQL query. Use when blazesql_query returns a job_id indicating the query is still running. Call this tool with the job_id to get the results once ready, or get an updated status if still running.

Parameters (1 required)
Required
job_idstring

The job ID returned by blazesql_query when the query timed out.