Skip to main content
Glama

MCP-Airflow-API

list_xcom_entries

Retrieve XCom entries for a specific task instance by providing DAG ID, run ID, and task ID. Supports limiting and offsetting entries for efficient data extraction.

Instructions

[Tool Role]: Lists XCom entries for a specific task instance.

Args: dag_id: The DAG ID dag_run_id: The DAG run ID
task_id: The task ID limit: Maximum number of entries to return (default: 20) offset: Number of entries to skip (default: 0)

Returns: Dictionary containing XCom entries with key, value, timestamp, and other metadata

Input Schema

NameRequiredDescriptionDefault
dag_idYes
dag_run_idYes
limitNo
offsetNo
task_idYes

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "title": "Dag Id", "type": "string" }, "dag_run_id": { "title": "Dag Run Id", "type": "string" }, "limit": { "default": 20, "title": "Limit", "type": "integer" }, "offset": { "default": 0, "title": "Offset", "type": "integer" }, "task_id": { "title": "Task Id", "type": "string" } }, "required": [ "dag_id", "dag_run_id", "task_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/call518/MCP-Airflow-API'

If you have feedback or need assistance with the MCP directory API, please join our Discord server