Skip to main content
Glama

node_integrations_create

Create a node integration in the Remnawave VPN panel by supplying a name and configuration object, streamlining setup for administrative tasks.

Instructions

Create a node integration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesIntegration name
configYesIntegration configuration object
descriptionNoIntegration description

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.0

TDQS

C2.7/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The description only says 'Create a node integration' and does not disclose any behavioral traits such as side effects, idempotency, permissions, or what happens to existing configurations. There is no information about validation, conflicts, or post-creation behavior, leaving the agent without essential behavioral context.

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, front-loaded sentence: 'Create a node integration.' It contains no wasted words and immediately states the action and target. The structure is clean and appropriately brief for the information it conveys, even though the brevity contributes to completeness issues addressed elsewhere.

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?

Given no annotations, no output schema, and a required nested config object that is undefined (additionalProperties: {}), the description is inadequate for successful invocation. It does not explain what a node integration is, what the config should contain, what the return value is, or any prerequisites. An agent cannot confidently call this tool correctly with the information provided, especially compared to sibling tools that have more context.

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 description coverage is 100%, so the baseline is 3. The description itself adds no parameter information beyond the schema. The schema labels parameters as 'Integration name,' 'Integration configuration object,' and 'Integration description' – these are minimal, and the opaque config object (additionalProperties: {}) is not clarified in either the description or the schema, but since the coverage is high, the baseline applies.

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 states a clear action and resource: 'Create a node integration.' It uses a specific verb ('create') and a specific resource type, distinguishing it from sibling tools like node_integrations_list, node_integrations_get, node_integrations_update, and node_integrations_delete. The purpose is unambiguous, though it does not explain what a node integration is.

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 gives no guidance on when to use this tool versus alternatives. It does not mention prerequisites, edge cases, or situations where another tool (e.g., node_integrations_update) would be more appropriate. The only implicit signal is the verb 'create,' but no explicit exclusions or contextual instructions are provided.

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