Skip to main content
Glama
kognar-ai

@kognar/nginx-manager-mcp-server

by kognar-ai

Create proxy host

npm_create_proxy_host

Create a new proxy host by specifying domain names, forward scheme, host, and port. Optionally configure SSL, caching, WebSocket upgrade, and access control.

Instructions

Create a new proxy host.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaNo
locationsNo
ssl_forcedNo
domain_namesYes
forward_hostYes
forward_portYes
hsts_enabledNo
http2_supportNo
access_list_idNo
block_exploitsNo
certificate_idNo
forward_schemeYes
advanced_configNo
caching_enabledNo
hsts_subdomainsNo
allow_websocket_upgradeNo
Behavior1/5

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

No annotations are provided, so the description carries full burden of behavioral disclosure. It only says 'Create,' which implies mutation, but does not describe side effects, permissions, conflict handling, or response behavior. This is critically incomplete.

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

Conciseness2/5

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

The description is extremely short (one sentence), but it fails to provide any value beyond the name. It is under-specified rather than concise, offering no meaningful content despite the tool's complexity.

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

Completeness1/5

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

Given the high complexity (16 parameters, nested objects, no annotations, no output schema), the description is grossly insufficient. It does not explain the return value, error cases, or any operational context.

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

Parameters1/5

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

Schema description coverage is 0% (no parameter descriptions in schema) and the tool description adds no parameter explanations. With 16 parameters including required ones like domain_names and forward_host, this is a major gap.

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 'Create a new proxy host.' clearly states the verb and resource, and the tool name differentiates it from siblings like create_dead_host or create_redirection_host. However, it does not elaborate on scope or nuances.

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 provides no guidance on when to use this tool versus alternatives (e.g., redirection host or dead host). There is no mention of prerequisites or exclusions.

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/kognar-ai/ngnix-manager-mcp-server'

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