Skip to main content
Glama

BlazeSQL MCP Server

by arjshiv

blazesql_query

Execute natural language queries on BlazeSQL databases by specifying the database ID and query request for quick, intuitive data retrieval and analysis.

Instructions

Executes a natural language query against a specified BlazeSQL database.

Input Schema

NameRequiredDescriptionDefault
db_idYesThe ID of the BlazeSQL database connection to query.
natural_language_requestYesThe query expressed in natural language (e.g., 'show me total users per city').

Input Schema (JSON Schema)

{ "properties": { "db_id": { "description": "The ID of the BlazeSQL database connection to query.", "type": "string" }, "natural_language_request": { "description": "The query expressed in natural language (e.g., 'show me total users per city').", "type": "string" } }, "required": [ "db_id", "natural_language_request" ], "type": "object" }
Install Server

Other Tools from BlazeSQL MCP Server

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/arjshiv/blaze-sql-mcp-server'

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