airflow-mcp-server

by abhishekbhakat
Verified

get_dags

get_dags

Input Schema

NameRequiredDescriptionDefault
dag_id_patternNo
fieldsNo
limitNo
offsetNo
only_activeNo
order_byNo
pausedNo
tagsNo

Input Schema (JSON Schema)

{ "properties": { "dag_id_pattern": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id Pattern" }, "fields": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Fields" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Offset" }, "only_active": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Only Active" }, "order_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Order By" }, "paused": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Paused" }, "tags": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Tags" } }, "title": "get_dags_input", "type": "object" }