list-connections
Lists Airflow connections from an MWAA environment, redacting sensitive fields like passwords and extras for secure visibility.
Instructions
List Airflow connections in an MWAA environment.
Returns a list of connections with sensitive fields (password, extra) redacted.
Args:
ctx: The MCP context.
environment_name: Name of the MWAA environment.
limit: Maximum number of results.
offset: Pagination offset.
region: AWS region override.
profile_name: AWS CLI profile name override.
Returns:
CallToolResult with the list of connections (passwords redacted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of connections to return. | |
| offset | No | Number of connections to skip for pagination. | |
| region | No | AWS region override. | |
| profile_name | No | AWS CLI profile name override. | |
| environment_name | No | Name of the MWAA environment. If omitted and only one environment exists, it is used automatically. |