Skip to main content
Glama

aws_vpc_describe_nat_gateways

Retrieve NAT gateway details for AWS VPCs to monitor network address translation configurations and connectivity status.

Instructions

Describe NAT gateways, optionally filtered by VPC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNoAWS profile name from ~/.aws/config (e.g., 'default', 'production')
regionNoAWS region override (e.g., 'us-east-1', 'sa-east-1')
vpc_idNoFilter by VPC ID
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. While 'Describe' in AWS contexts implies a read-only operation, the description does not explicitly state it is safe, non-destructive, or disclose pagination behavior, rate limits, or what fields are returned (no output schema exists).

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 extremely compact at one sentence. It is front-loaded with the primary operation and efficiently appends the filtering caveat. Every word earns its place, though brevity comes at the cost of missing contextual details.

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 operation with three well-documented string parameters, the description minimally suffices. However, given the absence of an output schema, it should ideally describe the return structure or key attributes retrieved (e.g., state, subnet ID). It leaves significant AWS-specific behavioral context undocumented.

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%, establishing a baseline of 3. The description mentions 'optionally filtered by VPC,' which aligns with the vpc_id parameter, but largely restates what the schema already documents. It adds no semantic detail for the profile or region parameters beyond the schema definitions.

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

Purpose4/5

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

The description clearly identifies the verb ('Describe') and resource ('NAT gateways'), and mentions the VPC filtering capability. However, it does not explicitly distinguish this from sibling VPC tools like describe_vpcs or describe_subnets, relying on the tool name to convey the specific resource type.

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

Usage Guidelines2/5

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

The description mentions that VPC filtering is optional ('optionally filtered by VPC'), implying when to use the vpc_id parameter. However, it provides no explicit guidance on when to choose this over similar VPC discovery tools, prerequisites (e.g., requiring the VPC to exist), or error conditions.

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/marcelobrake/aws-mcp'

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