Tools that your AI agent can use through this MCP server to interact with Databricks
Upserts (inserts/updates) data into an existing vector search index. See the documentation
Update an existing job. Only the fields that are provided will be updated. See the documentation
Synchronize a Delta Sync vector search index in Databricks. See the documentation
Stops a SQL Warehouse by ID. See the documentation
Starts a SQL Warehouse by ID. See the documentation
Updates the permissions for a specific SQL Warehouse. See docs
Updates the global configuration for SQL Warehouses. See the documentation
Set permissions on a job. See the documentation
Scans a vector search index and returns entries after the given primary key. See documentation
Run a job now and return the id of the triggered run. See the documentation
Overwrite all settings for the given job. See the documentation
Re-run one or more tasks. See the documentation
Query a specific vector search index in Databricks. See the documentation
Lists all vector search indexes for a given endpoint. See the documentation
Lists all SQL Warehouses available in the Databricks workspace. See the documentation
Lists all runs available to the user. See the documentation
List all jobs using automatic pagination. See the documentation
List all vector search endpoints. See the documentation
Retrieves details about a specific vector search index. See the documentation
Retrieves details for a specific SQL Warehouse. See docs
Retrieves the permissions for a specific SQL Warehouse. See the documentation
Retrieves the global configuration for SQL Warehouses. See the documentation
Retrieve the metadata of a run. See the documentation
Retrieve the output and metadata of a single task run. See the documentation
Retrieves the details for a single job. See the documentation
Get permissions of a job. See the documentation
Get details of a specific vector search endpoint. See the documentation
Export and retrieve the job run task. See the documentation
Edits the configuration of an existing SQL Warehouse. See the documentation
Deletes a vector search index in Databricks. See the documentation
Deletes rows from a Direct Access vector index by primary-key values. See the documentation
Deletes a SQL Warehouse by ID. See the documentation
Delete a non-active run. Returns an error if the run is active. See the documentation
Delete a job. Deleted jobs cannot be recovered. See the documentation
Delete a vector search endpoint. See the documentation
Creates a new vector search index in Databricks. See the documentation
Creates a new SQL Warehouse in Databricks. See the documentation
Create a job. See the documentation
Create a new vector search endpoint. See the documentation
Cancel a job run. The run is canceled asynchronously, so it may still be running when this request completes. See the documentation
Cancel all active runs for a job. The runs are canceled asynchronously, so it doesn't prevent new runs from being started. See the documentation