Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABRICKS_HOST | Yes | The URL of the Databricks host. | |
| DATABRICKS_TOKEN | Yes | Your Databricks personal access token. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| build_wheel | Builds the Python wheel using 'uv build --wheel'. |
| upload_wheel | Uploads a local wheel file to the Databricks workspace. |
| create_job | Creates a Databricks job with the specified wheel and entry point. |
| trigger_run | Triggers a run of the specified job. |
| list_job_runs | Lists runs for a specific job. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |