airflow-mcp-server

by abhishekbhakat
Verified

get_dag_source

get_dag_source

Input Schema

NameRequiredDescriptionDefault
file_tokenNo

Input Schema (JSON Schema)

{ "properties": { "file_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "File Token" } }, "title": "get_dag_source_input", "type": "object" }