Skip to main content
Glama

k8s_generate_ingress

Generate a Kubernetes Ingress manifest with TLS and routing rules. Provide app name, hostname, and service port to create the YAML.

Instructions

Generate a Kubernetes Ingress manifest with TLS and routing rules

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNoAPI key for authentication
app_nameYesName of the application
hostnameYesHostname for the ingress rule
tls_enabledNoEnable TLS (default true)
service_portNoBackend service port
Behavior2/5

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

With no annotations, the description carries the disclosure burden, but it only names the artifact and features. It does not state whether the tool returns YAML, writes a file, contacts a cluster, requires the api_key parameter, or what TLS defaults apply beyond the schema hint.

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?

A single, front-loaded sentence with no filler. 'with TLS and routing rules' adds useful scope while keeping the definition compact.

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 generator with fully documented parameters, the description conveys the core operation and output artifact. It is not complete enough for an agent to know the output channel, side effects, or auth usage, and no output schema exists to compensate.

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 mentions TLS and routing rules, which maps loosely to tls_enabled, hostname, and service_port, but does not materially add meaning beyond the schema's property descriptions.

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 states a specific verb ('Generate') and a concrete resource ('Kubernetes Ingress manifest'), and adds the key features TLS and routing rules. This makes it immediately distinguishable from sibling tools like k8s_generate_deployment and k8s_generate_service without needing to inspect schemas.

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 intended use is implied: call this when you need a Kubernetes Ingress manifest. However, the description gives no explicit when-to-use vs alternatives, prerequisites, or exclusion guidance, leaving the agent to infer context from the tool name and sibling set.

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/barnburner121/claude-plugin-marketplace'

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