Apache Airflow · Capability
Airflow API (Stable) — Connection
Airflow API (Stable) — Connection. 6 operations. Lead operation: Apache Airflow List Connections. Self-contained Naftiko capability covering one Apache Airflow business surface.
What You Can Do
GET
Getconnections
— Apache Airflow List Connections
/v1/connections
POST
Postconnection
— Apache Airflow Create a Connection
/v1/connections
POST
Testconnection
— Apache Airflow Test a Connection
/v1/connections/test
DELETE
Deleteconnection
— Apache Airflow Delete a Connection
/v1/connections/{connection-id}
GET
Getconnection
— Apache Airflow Get a Connection
/v1/connections/{connection-id}
PATCH
Patchconnection
— Apache Airflow Update a Connection
/v1/connections/{connection-id}
MCP Tools
apache-airflow-list-connections
Apache Airflow List Connections
read-only
idempotent
apache-airflow-create-connection
Apache Airflow Create a Connection
apache-airflow-test-connection
Apache Airflow Test a Connection
read-only
apache-airflow-delete-connection
Apache Airflow Delete a Connection
idempotent
apache-airflow-get-connection
Apache Airflow Get a Connection
read-only
idempotent
apache-airflow-update-connection
Apache Airflow Update a Connection
idempotent