airflow-mcp-server

by abhishekbhakat
Verified

post_role

post_role

Input Schema

NameRequiredDescriptionDefault
actionsNo
nameNo

Input Schema (JSON Schema)

{ "properties": { "actions": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Actions" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" } }, "title": "post_role_input", "type": "object" }