dbx_mcp_server_demo

robkisk/dbx_mcp_server_demo

3.2

If you are the rightful owner of dbx_mcp_server_demo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This document provides a structured overview of a custom Model Context Protocol (MCP) server designed to interface with Databricks.

Tools

Functions exposed to the LLM to take actions

execute_sql

Execute SQL queries against a Databricks warehouse.

get_workspace_info

Get information about the current workspace.

list_jobs

List all Databricks jobs in the workspace.

get_job_status

Get status and recent run information for a specific job.

run_job

Trigger a job run.

list_pipelines

List all Delta Live Table pipelines.

get_pipeline_status

Get status and recent update information for a pipeline.

start_pipeline

Start a pipeline update.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources