create_job
Automate and schedule Databricks notebook execution by configuring new jobs with customizable parameters, timeouts, and serverless options using the MCP server.
Instructions
Create a new Databricks job to run a notebook (uses serverless by default)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cluster_id | No | ||
job_name | Yes | ||
notebook_path | Yes | ||
parameters | No | ||
timeout_seconds | No | ||
use_serverless | No |