Skip to main content
Glama

MCP-Airflow-API

get_variable

Retrieve specific Airflow variables by their key, including metadata such as value and description, simplifying variable management and configuration within Apache Airflow clusters.

Instructions

[Tool Role]: Retrieves a specific variable by its key from Airflow.

Args: variable_key: The key of the variable to retrieve

Returns: Variable information including key, value, and description

Input Schema

NameRequiredDescriptionDefault
variable_keyYes

Input Schema (JSON Schema)

{ "properties": { "variable_key": { "title": "Variable Key", "type": "string" } }, "required": [ "variable_key" ], "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/call518/MCP-Airflow-API'

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