Skip to main content
Glama

MCP Server for Apache Airflow

by yangkyeongmo

get_value

Retrieve specific configuration options from Apache Airflow using section and option parameters to simplify system setup and customization.

Instructions

Get a specific option from configuration

Input Schema

NameRequiredDescriptionDefault
optionYes
sectionYes

Input Schema (JSON Schema)

{ "properties": { "option": { "title": "Option", "type": "string" }, "section": { "title": "Section", "type": "string" } }, "required": [ "section", "option" ], "title": "get_valueArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yangkyeongmo/mcp-server-apache-airflow'

If you have feedback or need assistance with the MCP directory API, please join our Discord server