airflow-mcp-server

by abhishekbhakat
Verified

get_xcom_entries

Retrieve XCom entries from Apache Airflow tasks by specifying DAG ID, task ID, run ID, and other parameters for targeted data extraction and analysis.

Instructions

get_xcom_entries

Input Schema

NameRequiredDescriptionDefault
dag_idNo
dag_run_idNo
limitNo
map_indexNo
offsetNo
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" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "map_index": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Map Index" }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Offset" }, "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_entries_input", "type": "object" }

You must be authenticated.

Other Tools from airflow-mcp-server

Related Tools

ID: 6gjq9w80xr