Skip to main content
Glama
biswasbiplob

mwaa-mcp-server

by biswasbiplob

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

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of DAGs to return.
offsetNoNumber of DAGs to skip for pagination.
pausedNoFilter by paused status.
regionNoAWS region override.
profile_nameNoAWS CLI profile name override.
environment_nameNoName of the MWAA environment. If omitted and only one environment exists, it is used automatically.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It discloses that it returns a list of DAGs with metadata, but lacks explicit mention of read-only behavior, pagination semantics, or potential errors. It adds some context about returned fields but leaves gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The one-line summary is clear and front-loaded, but the Args block duplicates schema documentation, making it longer than necessary. The structure is organized but could be more concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description provides a basic summary and return type, but lacks details about pagination, optional environment_name fallback behavior, and error cases. For a list tool with six parameters and no output schema, it is minimally sufficient but not comprehensive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides descriptions for 100% of parameters, so the baseline is 3. The description repeats parameter names and meanings without adding significant new information. The inclusion of 'ctx' as an argument not present in the schema is a minor inconsistency.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'List all DAGs in an MWAA environment' with a specific verb and resource. It distinguishes from sibling tools like list-environments and get-dag by focusing on DAGs. The mention of returning metadata adds clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for listing DAGs but does not explicitly say when to use it over alternatives. There is no reference to sibling tools or conditions when this is the best choice. The usage context is clear but implicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/biswasbiplob/mwaa-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server