Skip to main content
Glama

MCP Server for Apache Airflow

by yangkyeongmo

get_task_instance

Retrieve detailed information about a specific task instance in Apache Airflow by specifying the DAG ID, task ID, and DAG run ID for precise monitoring and management.

Instructions

Get details of a specific task instance

Input Schema

NameRequiredDescriptionDefault
dag_idYesThe ID of the DAG
dag_run_idYesThe ID of the DAG run
task_idYesThe ID of the task

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "description": "The ID of the DAG", "type": "string" }, "dag_run_id": { "description": "The ID of the DAG run", "type": "string" }, "task_id": { "description": "The ID of the task", "type": "string" } }, "required": [ "dag_id", "task_id", "dag_run_id" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server for Apache Airflow

Related Tools

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/yangkyeongmo/mcp-server-apache-airflow'

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