Skip to main content
Glama

MCP-Airflow-API

get_task_instance_details

Retrieve detailed information about a specific task instance in Apache Airflow, including execution details, state, timing, and configuration.

Instructions

[Tool Role]: Retrieves detailed information about a specific task instance.

Args: dag_id: The DAG ID containing the task dag_run_id: The DAG run ID containing the task instance task_id: The task ID to retrieve details for

Returns: Detailed task instance information including execution details, state, timing, and configuration

Input Schema

NameRequiredDescriptionDefault
dag_idYes
dag_run_idYes
task_idYes

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "title": "Dag Id", "type": "string" }, "dag_run_id": { "title": "Dag Run Id", "type": "string" }, "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