Skip to main content
Glama
ChrisChoTW

databricks-mcp

by ChrisChoTW

get_job_run

Retrieve detailed information about a specific Databricks job execution using its run ID to monitor progress and analyze results.

Instructions

Get run details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
run_idYes

Implementation Reference

  • The implementation of the get_job_run MCP tool, which fetches job run details from the workspace client.
    def get_job_run(ctx: Context, run_id: int) -> Dict[str, Any]:
        """Get run details"""
        w = get_workspace_client()
        return w.jobs.get_run(run_id=run_id).as_dict()

Latest Blog Posts

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/ChrisChoTW/databricks-mcp'

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