Skip to main content
Glama

get_config

Retrieve Apache Airflow configuration settings to monitor and manage cluster parameters without API complexity.

Instructions

[Tool Role]: Retrieves Airflow configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'get_config' tool. Makes a GET request to Airflow's /config endpoint and returns the configuration as JSON.
    @mcp.tool() async def get_config() -> Dict[str, Any]: """[Tool Role]: Retrieves Airflow configuration.""" resp = await airflow_request("GET", "/config") resp.raise_for_status() return resp.json()
  • Registration call for v1 tools that includes the get_config tool via common_tools.register_common_tools(mcp)
    common_tools.register_common_tools(mcp)
  • Registration call for v2 tools that includes the get_config tool via common_tools.register_common_tools(mcp)
    common_tools.register_common_tools(mcp)

Latest Blog Posts

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/call518/MCP-Airflow-API'

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