airflow-mcp-server

by abhishekbhakat
Verified

get_dag_details

Retrieve detailed information about a specific Directed Acyclic Graph (DAG) in Airflow by specifying its ID and fields. Simplifies workflow analysis and debugging.

Instructions

get_dag_details

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_details_input", "type": "object" }

You must be authenticated.

Other Tools from airflow-mcp-server

Related Tools

ID: 6gjq9w80xr