Skip to main content
Glama

nodes_profile_modification

Bulk-update the config profile and active inbounds for multiple Remnawave nodes in one request, with optional confirm preview before applying changes.

Instructions

POST /api/nodes/bulk-actions/profile-modification Modify Inbounds & Profile for many nodes Tags: Nodes Controller

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
confirmNoПодтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.6/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. It conveys only that this is a POST bulk mutation; it says nothing about whether changing active inbounds/profile affects live connections, whether the operation is reversible, what happens to nodes not listed, or what the confirm preview actually protects against.

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

Conciseness3/5

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

It is short and front-loaded, but part of that brevity comes from raw endpoint and tag lines ('Tags: Nodes Controller') that carry little selection value. Adequate, not efficient in the sense of packing useful information.

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?

For a bulk mutation tool with nested required objects, no annotations, and no output schema, the definition omits permissions, blast radius, and effect scope. An agent could invoke it correctly at the syntax level but has no basis for judging whether it should.

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

Parameters2/5

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

Schema coverage is only 50%: the nested body (uuids, configProfile.activeInbounds, activeConfigProfileUuid) has no descriptions, and the description adds no meaning to them. Only the confirm parameter is documented in the schema, so the description fails to compensate for the undocumented majority of the payload.

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 gives a clear verb and resource: 'Modify Inbounds & Profile for many nodes', plus the underlying endpoint. It does not distinguish this tool from close siblings such as nodes_bulk_nodes_update or nodes_bulk_nodes_actions, so the agent cannot tell these apart from the text alone.

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?

There is no when-to-use guidance, no prerequisites, and no mention of the alternatives (nodes_bulk_nodes_update, nodes_bulk_nodes_actions) that an agent would need to choose between for bulk node changes.

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