Skip to main content
Glama

nodes_create

Create a new node in Remnawave by specifying its address, config profile, and active inbounds, with optional settings for IPs, traffic limits, and integrations.

Instructions

Create a new node in Remnawave

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipsNoDeclared node IP addresses with their roles
nameYesNode name
noteNoFree-form note (max 255 chars)
portNoNode port
addressYesNode address (IP or hostname)
proxyUrlNoSOCKS5 proxy URL: socks5://[user:pass@]host:port
countryCodeNoCountry code (e.g. US, DE, NL)
notifyPercentNoTraffic notification threshold percentage
activeInboundsYesArray of inbound UUIDs to enable
trafficResetDayNoDay of month to reset traffic (1-31)
integrationUuidsNoNode integration UUIDs to attach (see node_integrations_list)
trafficLimitBytesNoTraffic limit in bytes
consumptionMultiplierNoTraffic consumption multiplier
activeConfigProfileUuidYesConfig profile UUID to assign
isTrafficTrackingActiveNoEnable traffic tracking
nodeConsumptionMultiplierNoPer-node traffic consumption multiplier (0.0–100.0)

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?

No annotations are provided, so the description must carry the full behavioral burden. It only states 'create a new node' – implying a mutation, but does not disclose side effects, permissions required, rate limits, or what the response contains. Minimal behavioral disclosure for a write operation.

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 sentence that is efficient and front-loaded with the action. No wasted words, though it is sparse. Conciseness is ideal, but it comes at the cost of missing context.

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 a complex tool with 16 parameters and no output schema, the description provides almost no context about the operation, typical use cases, relationship between required fields, or what happens after creation. The sparse description is inadequate for guiding correct invocation.

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 coverage is 100% with descriptions for all 16 parameters, so the schema already documents them. The description adds no parameter-specific meaning beyond what the schema provides. Baseline 3 applies because the schema does the heavy lifting.

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?

Description clearly states the action (create), the resource (node), and the system (Remnawave). It is specific and distinguishes from siblings like nodes_update or nodes_delete by the 'create' verb.

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 on when to use this tool versus alternatives. Does not mention prerequisites, typical contexts, or when not to use it. The purpose implies creation, but there is no explicit routing or exclusions.

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