Skip to main content
Glama
toreydai

ingress2gateway-aws-mcp

by toreydai

analyze_ingress

Analyzes Nginx Ingress YAML to provide a structured summary of annotation compatibility, route types, TLS hosts, cross-namespace refs, and cost estimates for migration to AWS Gateway API.

Instructions

Analyze Nginx Ingress configuration and return a structured summary. Reports annotation compatibility, route type distribution, TLS hosts, cross-namespace refs, and cost estimate.

Args: ingress_yaml: Nginx Ingress YAML content (multi-document supported) or file path. tcp_services_yaml: Optional tcp-services ConfigMap YAML for L4 TCP routes. udp_services_yaml: Optional udp-services ConfigMap YAML for L4 UDP routes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ingress_yamlYes
tcp_services_yamlNo
udp_services_yamlNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries full burden. It states the tool analyzes and returns a summary but does not disclose whether it modifies anything, requires network access, or has rate limits. As an analysis tool, it is likely read-only, but this is not explicitly stated.

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

Conciseness5/5

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

The description is concise with a clear structure: a brief purpose paragraph followed by parameter details. Every sentence adds value, and the information is front-loaded. No redundancy or fluff.

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

Completeness4/5

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

The tool's purpose and parameters are well-covered. The description lists output components, and an output schema exists (though not shown). Missing behavioral context (e.g., error handling, idempotency) but adequate for the complexity. Could mention it is a static analysis tool.

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

Parameters5/5

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

Schema description coverage is 0%, but the description compensates excellently with an 'Args' bullet that explains each parameter's meaning, format (e.g., multi-document supported, file path), and optionality. This adds significant value beyond the schema's type and title.

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 states the tool analyzes Nginx Ingress configuration and returns a structured summary listing specific aspects (annotation compatibility, route type distribution, etc.). However, it does not differentiate from sibling tools like check_prerequisites or convert_to_gateway_api, missing an explicit statement of its unique role.

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?

No guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites, workflow positioning, or exclusions. The sibling tool names offer context, but the description itself lacks any usage direction.

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

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