rajeshpenki/databricks-jobs-mcp-server
If you are the rightful owner of databricks-jobs-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server for managing and monitoring Databricks jobs through the Databricks Jobs API.
Tools
Functions exposed to the LLM to take actions
list_jobs
List all jobs in the workspace with optional filtering and pagination.
get_job
Get detailed information about a specific job.
run_job_now
Trigger a new run of an existing job with optional parameter overrides.
list_runs
List job runs with filtering and pagination options.
get_run
Get detailed information about a specific job run.
get_run_output
Get the output of a completed job run.
cancel_run
Cancel an active job run.
delete_job
Delete a job (cannot be undone).
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client