get_variable
Retrieve a specific variable by its key from Apache Airflow using the MCP Server, enabling streamlined access to stored configurations and metadata.
Instructions
Get a variable by key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes |
Input Schema (JSON Schema)
{
"properties": {
"key": {
"title": "Key",
"type": "string"
}
},
"required": [
"key"
],
"title": "get_variableArguments",
"type": "object"
}