airflow-mcp-server

by abhishekbhakat
Verified

get_xcom_entry

Retrieve specific XCom entries from Airflow tasks by specifying DAG ID, task ID, and XCom key. Supports deserialization and stringification of data for flexible use cases.

Instructions

get_xcom_entry

Input Schema

NameRequiredDescriptionDefault
dag_idNo
dag_run_idNo
deserializeNo
map_indexNo
stringifyNo
task_idNo
xcom_keyNo

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" }, "deserialize": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Deserialize" }, "map_index": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Map Index" }, "stringify": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Stringify" }, "task_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Task Id" }, "xcom_key": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Xcom Key" } }, "title": "get_xcom_entry_input", "type": "object" }

You must be authenticated.

Other Tools from airflow-mcp-server

Related Tools

ID: 6gjq9w80xr