Skip to main content
Glama

DataPilot MCP Server

by rickyb30

natural_language_to_sql

Transform natural language questions into SQL queries automatically, enabling users to interact with Snowflake databases using plain English for data retrieval and analysis.

Instructions

Convert natural language question to SQL query using AI

Input Schema

NameRequiredDescriptionDefault
requestYes

Input Schema (JSON Schema)

{ "$defs": { "NaturalLanguageRequest": { "description": "Request for natural language to SQL conversion", "properties": { "context": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Additional context about tables/schema", "title": "Context" }, "database": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Database to query", "title": "Database" }, "question": { "description": "Natural language question about the data", "title": "Question", "type": "string" }, "schema": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Schema to query", "title": "Schema" } }, "required": [ "question" ], "title": "NaturalLanguageRequest", "type": "object" } }, "properties": { "request": { "$ref": "#/$defs/NaturalLanguageRequest", "title": "Request" } }, "required": [ "request" ], "type": "object" }

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/rickyb30/datapilot-mcp-server'

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