Apache Airflow · Capability
Airflow API (Stable) — Variable
Airflow API (Stable) — Variable. 5 operations. Lead operation: Apache Airflow List Variables. Self-contained Naftiko capability covering one Apache Airflow business surface.
What You Can Do
GET
Getvariables
— Apache Airflow List Variables
/v1/variables
POST
Postvariables
— Apache Airflow Create a Variable
/v1/variables
DELETE
Deletevariable
— Apache Airflow Delete a Variable
/v1/variables/{variable-key}
GET
Getvariable
— Apache Airflow Get a Variable
/v1/variables/{variable-key}
PATCH
Patchvariable
— Apache Airflow Update a Variable
/v1/variables/{variable-key}
MCP Tools
apache-airflow-list-variables
Apache Airflow List Variables
read-only
idempotent
apache-airflow-create-variable
Apache Airflow Create a Variable
apache-airflow-delete-variable
Apache Airflow Delete a Variable
idempotent
apache-airflow-get-variable
Apache Airflow Get a Variable
read-only
idempotent
apache-airflow-update-variable
Apache Airflow Update a Variable
idempotent