Apache Airflow · Capability
Apache Airflow Workflow Orchestration
Unified capability for managing and monitoring Apache Airflow DAGs, runs, tasks, connections, and variables. Used by data engineers and platform operators to orchestrate data pipelines.
What You Can Do
GET
List dags
— List all DAGs.
/v1/dags
POST
Trigger dag run
— Trigger a DAG run.
/v1/dag-runs
MCP Tools
list-dags
List all Airflow DAGs.
read-only
trigger-dag-run
Trigger an Airflow DAG run.
get-dag-run-status
Get the status of an Airflow DAG run.
read-only
list-task-instances
List task instances for monitoring DAG run progress.
read-only
list-connections
List Airflow connections for integrations.
read-only
list-variables
List Airflow variables.
read-only
list-pools
List Airflow resource pools.
read-only
APIs Used
airflow-rest