airflow-mcp-server

by abhishekbhakat
Verified

get_datasets

get_datasets

Input Schema

NameRequiredDescriptionDefault
dag_idsNo
limitNo
offsetNo
order_byNo
uri_patternNo

Input Schema (JSON Schema)

{ "properties": { "dag_ids": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dag Ids" }, "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" }, "uri_pattern": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Uri Pattern" } }, "title": "get_datasets_input", "type": "object" }