airflow-mcp-server

by abhishekbhakat
Verified

get_task

get_task

Input Schema

NameRequiredDescriptionDefault
dag_idNo
task_idNo

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id" }, "task_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Task Id" } }, "title": "get_task_input", "type": "object" }