Skip to main content
Glama

Databricks MCP Server

by samhavens
  • Linux
  • Apple

list_job_runs

Retrieve detailed status and duration of recent job runs from Databricks MCP Server. Specify job ID or limit results to analyze progress, success, or failure across tasks efficiently.

Instructions

List recent job runs with detailed status and duration information.

Args:
    job_id: Specific job ID to list runs for (optional, omit to see runs across all jobs)
    limit: Number of runs to return (default: 10, most recent first)

Returns:
    JSON with runs array. Each run includes state (RUNNING/SUCCESS/FAILED), result_state, 
    duration_minutes for completed runs, current_duration_minutes for running jobs.

Input Schema

NameRequiredDescriptionDefault
job_idNo
limitNo

Input Schema (JSON Schema)

{ "properties": { "job_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Job Id" }, "limit": { "default": 10, "title": "Limit", "type": "integer" } }, "title": "list_job_runsArguments", "type": "object" }

Other Tools from Databricks MCP Server

Related Tools

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

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