Skip to main content
Glama

Databricks MCP Server

by samhavens
  • Linux
  • Apple

run_job

Execute a Databricks job by specifying the job ID and optional notebook parameters using the Databricks MCP Server for streamlined task automation.

Instructions

Run a Databricks job

Input Schema

NameRequiredDescriptionDefault
job_idYes
notebook_paramsNo

Input Schema (JSON Schema)

{ "properties": { "job_id": { "title": "Job Id", "type": "string" }, "notebook_params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Notebook Params" } }, "required": [ "job_id" ], "title": "run_jobArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/samhavens/databricks-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server