airflow-mcp-server

by abhishekbhakat
Verified

get_value

Retrieve specific values from configuration sections or options using this utility tool in the Airflow MCP server, enabling precise data extraction for workflow configurations.

Instructions

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

You must be authenticated.

Other Tools from airflow-mcp-server

Related Tools

ID: 6gjq9w80xr