airflow_list_instances
Retrieve a list of all configured Airflow instances, including the default instance, to manage multiple Airflow environments.
Instructions
List configured Airflow instance keys.
Returns
Response dict: { "instances": [str], "default_instance": str | null, "request_id": str }
Raises: ToolError with compact JSON payload (
code,message,request_id, optionalcontext)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||