airflow-mcp-server

by abhishekbhakat
Verified

post_variables

Update or configure variables in the Airflow MCP server by specifying key-value pairs and descriptions to manage workflow parameters efficiently.

Instructions

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" }

You must be authenticated.

Other Tools from airflow-mcp-server

Related Tools

ID: 6gjq9w80xr