airflow-mcp-server

by abhishekbhakat
Verified

get_task

Retrieve specific task details from Airflow workflows by providing DAG and task IDs using the MCP server for streamlined workflow management.

Instructions

get_task

Input Schema

NameRequiredDescriptionDefault
dag_idNo
task_idNo

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id" }, "task_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Task Id" } }, "title": "get_task_input", "type": "object" }

You must be authenticated.

Other Tools from airflow-mcp-server

Related Tools

ID: 6gjq9w80xr