Azure Databricks · Capability

Azure Databricks Data Engineering

Manage Azure Databricks clusters, jobs, and workspace objects for data engineering workflows. Used by data engineers and platform administrators.

Run with Naftiko AzureDatabricksData EngineeringApache Spark

What You Can Do

GET
List clusters — List all clusters
/v1/clusters
POST
Create cluster — Create a new cluster
/v1/clusters
GET
List jobs — List all jobs
/v1/jobs
POST
Create job — Create a new job
/v1/jobs
GET
List workspace objects — List workspace objects
/v1/workspace

MCP Tools

create-cluster

Create a new Databricks cluster

list-clusters

List all Databricks clusters

read-only
get-cluster

Get details of a specific cluster

read-only
edit-cluster

Edit cluster configuration

idempotent
start-cluster

Start a terminated cluster

restart-cluster

Restart a running cluster

terminate-cluster

Terminate a running cluster

delete-cluster

Permanently delete a cluster

idempotent
list-spark-versions

List available Spark runtime versions

read-only
list-node-types

List available node types

read-only
create-job

Create a new Databricks job

list-jobs

List all Databricks jobs

read-only
get-job

Get job details

read-only
update-job

Partially update job settings

delete-job

Delete a job

idempotent
run-job-now

Trigger a one-time job run

list-job-runs

List job runs

read-only
get-job-run

Get details of a specific job run

read-only
cancel-job-run

Cancel a running job

get-job-run-output

Get the output of a completed job run

read-only
list-workspace-objects

List workspace objects in a directory

read-only
get-workspace-object-status

Get status of a workspace object

read-only
create-workspace-directory

Create a directory in the workspace

delete-workspace-object

Delete a workspace object

idempotent
import-workspace-object

Import a notebook or file into the workspace

export-workspace-object

Export a notebook or file from the workspace

read-only

APIs Used

databricks