airflow-mcp-server

by abhishekbhakat
Verified

get_variables

get_variables

Input Schema

NameRequiredDescriptionDefault
limitNo
offsetNo
order_byNo

Input Schema (JSON Schema)

{ "properties": { "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" } }, "title": "get_variables_input", "type": "object" }