Skip to main content
Glama

Databricks MCP Server

execute_sql

Run SQL statements with specified parameters on Databricks MCP Server to interact with data resources, including required warehouse_id and optional catalog or schema.

Instructions

Execute a SQL statement with parameters: statement (required), warehouse_id (required), catalog (optional), schema (optional)

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "properties": { "params": { "title": "Params", "type": "object" } }, "required": [ "params" ], "title": "execute_sqlArguments", "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/JustTryAI/databricks-mcp-server'

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