Skip to main content
Glama
madamak

Apache Airflow MCP Server

by madamak

airflow_get_dag_run

Retrieve a specific DAG run from Apache Airflow with its details and UI link for monitoring workflow execution status.

Instructions

Get a single DAG run and a UI link.

Parameters

  • instance: Instance key (optional)

  • ui_url: Airflow UI URL to resolve instance/dag/dag_run (optional)

  • dag_id: DAG identifier

  • dag_run_id: DAG run identifier

Returns

  • Response dict: { "dag_run": object, "ui_url": str, "request_id": str }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instanceNo
ui_urlNo
dag_idNo
dag_run_idNo

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/madamak/apache-airflow-mcp-server'

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