MCP Server for Apache Airflow
by yangkyeongmo
list_dags
Lists all DAGs in the Airflow instance
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dag_id_pattern | No | If set, only return DAGs with dag_ids matching this pattern | |
limit | No | The numbers of items to return (default: 100) | |
offset | No | The number of items to skip before starting to collect the result set | |
only_active | No | Only filter active DAGs (default: true) | |
order_by | No | The name of the field to order the results by. Prefix with - to reverse sort order | |
paused | No | Only filter paused/unpaused DAGs. If absent, returns both | |
tags | No | List of tags to filter results |