airflow-mcp-server

by abhishekbhakat
Verified

get_mapped_task_instance

get_mapped_task_instance

Input Schema

NameRequiredDescriptionDefault
dag_idNo
dag_run_idNo
map_indexNo
task_idNo

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id" }, "dag_run_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Run Id" }, "map_index": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Map Index" }, "task_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Task Id" } }, "title": "get_mapped_task_instance_input", "type": "object" }