Skip to main content
Glama

Databricks MCP Server

by samhavens
  • Linux
  • Apple

list_jobs

Retrieve Databricks job listings with pagination and filtering options, including creator email and run status details, for efficient job management and monitoring.

Instructions

List Databricks jobs with pagination and filtering.

Args:
    limit: Number of jobs to return (default: 25, keeps response under token limits)
    offset: Starting position for pagination (default: 0, use pagination_info.next_offset for next page)
    created_by: Filter by creator email (e.g. 'user@company.com'), case-insensitive, optional
    include_run_status: Include latest run status and duration (default: true, set false for faster response)

Returns:
    JSON with jobs array and pagination_info. Each job includes latest_run with state, duration_minutes, etc.
    Use pagination_info.next_offset for next page. Total jobs shown in pagination_info.total_jobs.

Input Schema

NameRequiredDescriptionDefault
created_byNo
include_run_statusNo
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "created_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Created By" }, "include_run_status": { "default": true, "title": "Include Run Status", "type": "boolean" }, "limit": { "default": 25, "title": "Limit", "type": "integer" }, "offset": { "default": 0, "title": "Offset", "type": "integer" } }, "title": "list_jobsArguments", "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