MCP Server for Apache Airflow

get_dag_tasks

Retrieve tasks for a specific DAG in Apache Airflow using the MCP Server, simplifying task management and workflow monitoring.

Instructions

Get tasks for a specific DAG

Input Schema

NameRequiredDescriptionDefault
dag_idYesThe ID of the DAG to retrieve tasks for

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "description": "The ID of the DAG to retrieve tasks for", "type": "string" } }, "required": [ "dag_id" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server for Apache Airflow

Related Tools

ID: e99b6vx9lw