Skip to main content
Glama
OliveriGuido

Databricks MCP Server

by OliveriGuido

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABRICKS_HOSTYesDatabricks workspace hostname (e.g., dbc-xxxxxxxx-xxxx.cloud.databricks.com)
DATABRICKS_TOKENYesDatabricks personal access token
DATABRICKS_HTTP_PATHYesHTTP path for the SQL warehouse (e.g., /sql/1.0/warehouses/xxxxxxxxxxxxxxxx)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
run_queryA

Run a READ-ONLY SQL query against samples.nyctaxi.trips and return rows. Only a single SELECT/WITH is allowed; LIMIT 1000 is appended if missing.

Prompts

Interactive templates invoked by user choice

NameDescription
revenue_by_monthMonthly revenue trend.
busiest_pickup_zonesTop pickup ZIP codes by demand.
trips_by_hourDemand by hour of day.
fare_distance_summaryOverall fare and distance stats.

Resources

Contextual data attached and managed by the client

NameDescription
nyctaxi_schemaCurated schema and business context for samples.nyctaxi.trips.

TDQS

A4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no risk of confusion between tools. The tool's purpose is clearly defined as running a read-only SQL query on a specific table.

Naming Consistency5/5

With a single tool, naming consistency is not a concern. The tool name 'run_query' follows a common verb_noun pattern.

Tool Count1/5

The server is named 'Databricks MCP Server', implying access to a wide range of Databricks functionality, but only one tool for a single query on a fixed table is provided. This is an extreme mismatch in scope.

Completeness1/5

The tool set is severely incomplete for a Databricks server. It lacks operations for managing databases, tables, clusters, or running arbitrary SQL beyond the fixed sample table.

Maintenance

ActivityInactive
ResponsivenessNo issues