Skip to main content
Glama

hosts_create

Create a new host in the Remnawave VPN panel by providing address, port, remark, and config profile UUIDs. Configure optional settings like nodes, tags, security layer, and subscription exclusions.

Instructions

Create a new host in Remnawave

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sniNoSNI (Server Name Indication)
alpnNoALPN protocol
hostNoHost header
pathNoURL path
portYesHost port
tagsNoArray of tags (uppercase letters, numbers, underscores and colons only; max 36 chars each, up to 10 tags)
nodesNoArray of node UUIDs to assign
mapperNoOutbound field operations per client format. Each op is {op:"copy",from,to} | {op:"set",value,to} | {op:"unset",to}
remarkYesHost remark/name
addressYesHost address
isDisabledNoCreate in disabled state
fingerprintNoTLS fingerprint (free-form, e.g. chrome, firefox, safari)
securityLayerNoSecurity layer
internalSquadsNoWhich internal squads may see this host (replaces excludedInternalSquads)
mihomoIpVersionNoIP version used by Mihomo clients
configProfileUuidYesConfig profile UUID
serverDescriptionNoServer description
pinnedPeerCertSha256NoPin peer certificate by SHA-256 fingerprint
verifyPeerCertByNameNoVerify peer certificate by name
configProfileInboundUuidYesConfig profile inbound UUID
excludeFromSubscriptionTypesNoSubscription types to exclude this host from

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.0

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only says 'Create a new host' – which is self-evident. It does not mention persistence, side effects, required permissions, idempotency, or any consequences of the mutation. This is a significant gap for a creation tool.

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 a single, compact sentence that directly states the tool's purpose. It is front-loaded with the action and resource, with no filler or repetition. It earns its place and is appropriately sized for a simple action statement.

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

Completeness2/5

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

Despite the rich schema, the description lacks high-level context about what a host is, what is required to create one, or what the agent should know about the implications of the action. With no output schema and no annotations, the description alone is insufficient to fully guide an agent toward a correct invocation, especially given the complex nested parameters and enums.

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?

The schema has 100% description coverage for all 21 parameters, so the baseline is 3. The description adds no parameter-level meaning beyond what the schema already provides, but it does not need to because the schema is thorough. It neither compensates nor detracts.

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 ('Create') and resource ('a new host in Remnawave'), clearly distinguishing this from sibling tools like hosts_update, hosts_delete, and hosts_list. The action is unmistakable and there is no ambiguity about what the tool does.

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, when hosts_create should be preferred over hosts_bulk_create or hosts_update, or what scenarios call for it. The description simply states the action without contextual direction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools