Skip to main content
Glama

Databricks MCP Server

by samhavens
  • Linux
  • Apple

list_job_runs

Retrieve detailed status, duration, and state (e.g., RUNNING/SUCCESS/FAILED) of recent job runs, filtered by job ID or across all jobs. Returns JSON with run-specific details including duration_minutes and result_state.

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" }

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