Loading...
npx @modelcontextprotocol/inspector python3 main.pyrun_sql_queryExecutes a SQL query against a Databricks SQL warehouse.
Potential for SQL injection and data modification if not properly sanitized.
list_jobsLists all Databricks jobs in the workspace.
Read-only operation that retrieves a list of jobs.
get_job_statusRetrieves the status of a specific Databricks job by ID.
Read-only operation that retrieves job status information.
get_job_detailsRetrieves detailed information about a specific Databricks job.
Read-only operation that retrieves job details.
This server provides useful Databricks interaction capabilities but relies heavily on the security of the Databricks API token. It's relatively safe for read-only operations, but the `run_sql_query` tool introduces a moderate risk depending on how user inputs are handled.