airflow-mcp-server

by abhishekbhakat
Verified

patch_variable

patch_variable

Input Schema

NameRequiredDescriptionDefault
descriptionNo
keyNo
update_maskNo
valueNo
variable_keyNo

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" }, "update_mask": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Update Mask" }, "value": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Value" }, "variable_key": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Variable Key" } }, "title": "patch_variable_input", "type": "object" }