Skip to main content
Glama
biswasbiplob

mwaa-mcp-server

by biswasbiplob

get-environment

Retrieve detailed information about an Amazon MWAA environment, including status, Airflow version, execution role, network configuration, and logging settings.

Instructions

Get detailed information about an MWAA environment.

    Returns comprehensive details including environment status, Airflow version,
    execution role, network configuration, logging settings, and more.

    IMPORTANT: Use this tool instead of 'aws mwaa get-environment' CLI command.

    Args:
        ctx: The MCP context.
        environment_name: Name of the MWAA environment.
        region: AWS region override.
        profile_name: AWS CLI profile name override.

    Returns:
        CallToolResult with environment details.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionNoAWS region. Defaults to AWS_REGION env var or us-east-1.
profile_nameNoAWS CLI profile name. Falls back to AWS_PROFILE env var.
environment_nameYesName of the MWAA environment to describe (1-80 characters).
Behavior2/5

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

With no annotations provided, the description carries the full burden for behavioral transparency. The verb 'Get' implies a read-only operation, but the description does not explicitly state that it does not modify resources, what permissions are needed, or how errors are handled (e.g., if the environment does not exist). It only lists return content, which is more about output than behavior.

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

Conciseness4/5

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

The description is well-structured with a clear opening sentence, a useful 'IMPORTANT' note, and a documented Args/Returns section. However, the Args section largely duplicates the schema, which is redundant. Overall it is concise and front-loaded with the core purpose, so it earns a 4.

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?

For a simple read tool with one required parameter and no output schema, the description gives a good overview of what is returned (status, Airflow version, network config, etc.). However, it lacks any mention of error conditions, required AWS permissions, or explicit differentiation from sibling tools like list-environments. It is adequate but not complete for an agent to fully understand the tool's behavior.

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?

Schema description coverage is 100%, so the baseline is 3. The description repeats parameter names (environment_name, region, profile_name) with brief explanations that mirror the schema but adds no extra meaning or examples. It provides no additional context about constraints, interactions, or format beyond what the schema already offers.

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 the tool's function: 'Get detailed information about an MWAA environment' and enumerates the specific information returned (status, Airflow version, execution role, network configuration, logging settings). The verb 'Get' plus resource 'environment' is specific and distinguishes it from sibling tools like list-environments or create-environment.

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 says 'Use this tool instead of aws mwaa get-environment CLI command', which is a usage guideline but not about choosing between MCP tool alternatives. It does not explicitly say when to use this versus list-environments or other siblings, but the purpose implicitly suggests using it when you need details for a single environment. No exclusions or alternative tool names are mentioned.

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