airflow-mcp-server

by abhishekbhakat
Verified

get_user

get_user

Input Schema

NameRequiredDescriptionDefault
usernameNo

Input Schema (JSON Schema)

{ "properties": { "username": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Username" } }, "title": "get_user_input", "type": "object" }