airflow-mcp-server

by abhishekbhakat
Verified

get_value

get_value

Input Schema

NameRequiredDescriptionDefault
optionNo
sectionNo

Input Schema (JSON Schema)

{ "properties": { "option": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Option" }, "section": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Section" } }, "title": "get_value_input", "type": "object" }