list-dags
List all DAGs in an Amazon MWAA environment, returning metadata like schedule and paused status. Filter results by paused state, paginate, and override region or profile.
Instructions
List all DAGs in an MWAA environment.
Returns a list of DAGs with their metadata including DAG ID, description,
schedule interval, paused status, and more.
Args:
ctx: The MCP context.
environment_name: Name of the MWAA environment.
limit: Maximum number of results.
offset: Pagination offset.
paused: Filter by paused status.
region: AWS region override.
profile_name: AWS CLI profile name override.
Returns:
CallToolResult with the list of DAGs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of DAGs to return. | |
| offset | No | Number of DAGs to skip for pagination. | |
| paused | No | Filter by paused status. | |
| 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. |