airflow-mcp-server

by abhishekbhakat
Verified

get_tasks

get_tasks

Input Schema

NameRequiredDescriptionDefault
dag_idNo
order_byNo

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id" }, "order_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Order By" } }, "title": "get_tasks_input", "type": "object" }