Apache Airflow · Capability

Apache Airflow Workflow Orchestration

Unified workflow capability for managing Apache Airflow pipelines — DAGs, DAG runs, task monitoring, variables, and connections. Used by data engineers and platform teams for orchestrating data pipelines.

Run with Naftiko AirflowWorkflow OrchestrationData PipelineETLData EngineeringApache

What You Can Do

GET
List dags — List all DAGs.
/v1/dags
GET
List dag runs — List DAG runs.
/v1/dag-runs
POST
Trigger dag run — Trigger a new DAG run.
/v1/dag-runs
GET
List task instances — List task instances for a DAG run.
/v1/task-instances
GET
List variables — List all variables.
/v1/variables
GET
List connections — List all connections.
/v1/connections

MCP Tools

list-dags

List all Apache Airflow DAGs.

read-only
get-dag

Get details of an Apache Airflow DAG by ID.

read-only
trigger-dag-run

Trigger an Apache Airflow DAG run with optional configuration.

list-dag-runs

List Airflow DAG run history with optional state filtering.

read-only
get-dag-run-status

Get the current status of an Airflow DAG run.

read-only
list-task-instances

List task instances and their status for a DAG run.

read-only
pause-dag

Pause an Airflow DAG to prevent scheduled runs.

idempotent
list-variables

List Airflow Variables for pipeline configuration.

read-only
get-variable

Get a specific Airflow Variable by key.

read-only
list-connections

List Airflow Connections for external service integrations.

read-only

APIs Used

airflow