Skip to main content
Glama
ChrisChoTW

databricks-mcp

by ChrisChoTW

get_job

Retrieve detailed information about a Databricks job by specifying its job ID to monitor status, configurations, and execution history.

Instructions

Get job details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes

Implementation Reference

  • The get_job tool is defined and implemented here using the @mcp.tool decorator. It uses the workspace client to retrieve job details by job_id.
    @mcp.tool
    def get_job(ctx: Context, job_id: int) -> Dict[str, Any]:
        """Get job details"""
        w = get_workspace_client()
        return w.jobs.get(job_id=job_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