list-variables
List Airflow variables in an MWAA environment, showing keys and values. Supports pagination, region, and AWS profile overrides.
Instructions
List Airflow variables in an MWAA environment.
Returns a list of Airflow variables with their keys and values.
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 variables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of variables to return. | |
| offset | No | Number of variables 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. |