airflow-mcp-server

by abhishekbhakat
Verified

post_variables

post_variables

Input Schema

NameRequiredDescriptionDefault
descriptionNo
keyNo
valueNo

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "key": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Key" }, "value": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Value" } }, "title": "post_variables_input", "type": "object" }