list-environments
List all Amazon MWAA environments in the specified AWS region, returning environment names for easy identification and further inspection.
Instructions
List all MWAA environments in the specified region.
Returns a list of environment names available in your AWS account for the given region.
Use get-environment to retrieve detailed information about a specific environment.
IMPORTANT: Use this tool instead of 'aws mwaa list-environments' CLI command.
Args:
ctx: The MCP context.
region: AWS region override.
profile_name: AWS CLI profile name override.
Returns:
CallToolResult with list of environment names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | AWS region. Defaults to AWS_REGION env var or us-east-1. | |
| profile_name | No | AWS CLI profile name. Falls back to AWS_PROFILE env var. |