Skip to main content
Glama

MCP Server for Apache Airflow

by yangkyeongmo

get_tasks

Fetch and organize tasks associated with a specific DAG in Apache Airflow, enabling streamlined task retrieval and management using defined parameters.

Instructions

Get tasks for DAG

Input Schema

NameRequiredDescriptionDefault
dag_idYes
order_byNo

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "title": "Dag Id", "type": "string" }, "order_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Order By" } }, "required": [ "dag_id" ], "title": "get_tasksArguments", "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/yangkyeongmo/mcp-server-apache-airflow'

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