Skip to main content
Glama

airflow-mcp-server

get_dags

Retrieve DAGs from Airflow-MCP server using filters like DAG ID pattern, tags, active status, and pagination for efficient workflow management.

Instructions

get_dags

Input Schema

NameRequiredDescriptionDefault
dag_id_patternNo
fieldsNo
limitNo
offsetNo
only_activeNo
order_byNo
pausedNo
tagsNo

Input Schema (JSON Schema)

{ "properties": { "dag_id_pattern": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Id Pattern" }, "fields": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Fields" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Offset" }, "only_active": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Only Active" }, "order_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Order By" }, "paused": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Paused" }, "tags": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Tags" } }, "title": "get_dags_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