airflow-mcp-server

by abhishekbhakat
Verified

get_role

get_role

Input Schema

NameRequiredDescriptionDefault
role_nameNo

Input Schema (JSON Schema)

{ "properties": { "role_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Role Name" } }, "title": "get_role_input", "type": "object" }