Skip to main content
Glama

Databricks MCP Server

by samhavens
  • Linux
  • Apple

execute_sql

Run SQL queries on Databricks MCP Server to interact with data warehouses, specifying catalogs and schemas for precise execution.

Instructions

Execute a SQL statement and wait for completion (blocking)

Input Schema

NameRequiredDescriptionDefault
catalogNo
schema_nameNo
statementYes
warehouse_idYes

Input Schema (JSON Schema)

{ "properties": { "catalog": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Catalog" }, "schema_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Schema Name" }, "statement": { "title": "Statement", "type": "string" }, "warehouse_id": { "title": "Warehouse Id", "type": "string" } }, "required": [ "statement", "warehouse_id" ], "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/samhavens/databricks-mcp-server'

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