node_plugins_execute
Trigger a node plugin in Remnawave by specifying its UUID, allowing predefined plugin actions to run on the panel.
Instructions
Execute a node plugin
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Plugin UUID to execute |
Trigger a node plugin in Remnawave by specifying its UUID, allowing predefined plugin actions to run on the panel.
Execute a node plugin
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Plugin UUID to execute |
Changes observed during successful MCP inspections.
v2.1.0Does 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. It only says 'execute' and provides no information about side effects, mutating behavior, return values, error conditions, or whether execution is asynchronous.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is one short sentence with no wasted words, but it mostly restates the tool name and offers little substantive information. It is concise rather than well-structured or informative.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
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 only a one-sentence description, an agent lacks critical context about what happens when a plugin is executed, what a successful response looks like, and what side effects may occur. This is incomplete for an action-oriented tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema covers 100% of the single parameter with a clear description ('Plugin UUID to execute'), so the tool description does not need to add much. However, it also adds no extra meaning beyond what the schema already states, so the baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states the action ('Execute a node plugin') and the resource, but 'execute' is generic and does not clarify what executing a plugin entails or how it differs from related plugin operations like node_plugins_sync or node_plugins_torrent_truncate. It essentially restates the tool name without adding operational meaning.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives, nor any mention of prerequisites such as whether the plugin must exist, be enabled, or require special permissions. The agent must infer usage solely from the tool name.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.