Skip to main content
Glama

airflow-mcp-server

get_dag_warnings

Retrieve and analyze DAG warnings from the Airflow MCP server, filtering by type, ID, or order, with customizable limit and offset for efficient monitoring and debugging.

Instructions

get_dag_warnings

Input Schema

NameRequiredDescriptionDefault
dag_idNo
limitNo
offsetNo
order_byNo
warning_typeNo

Input Schema (JSON Schema)

{ "properties": { "dag_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Offset" }, "order_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Order By" }, "warning_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Warning Type" } }, "title": "get_dag_warnings_input", "type": "object" }
Install Server

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