Skip to main content
Glama

airflow-mcp-server

get_dag

Retrieve DAG details from the Airflow MCP server by specifying DAG ID and optional fields for streamlined workflow management and monitoring.

Instructions

get_dag

Input Schema

NameRequiredDescriptionDefault
dag_idNo
fieldsNo

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id" }, "fields": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Fields" } }, "title": "get_dag_input", "type": "object" }

You must be authenticated.

Other Tools from airflow-mcp-server

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

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