airflow-mcp-server

by abhishekbhakat
Verified

get_dag

get_dag

Input Schema

NameRequiredDescriptionDefault
dag_idNo
fieldsNo

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id" }, "fields": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Fields" } }, "title": "get_dag_input", "type": "object" }