Skip to main content
Glama

node_plugin_delete_config

Delete a node plugin configuration by UUID from the Remnawave panel; set confirm:true to execute the destructive request and remove it.

Instructions

DELETE /api/node-plugins/{uuid} Delete Node Plugin Tags: Node Plugins Controller

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.5/5.0
Behavior2/5

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

No annotations are provided, so the description carries full behavioral burden. It does not state that deletion is permanent/irreversible, what permissions are required, or what the response contains. The only behavioral hint (confirm preview semantics) lives in the schema of the confirm parameter, not the description.

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?

Very short, which is good, but 'Delete Node Plugin' and the 'Tags:' line are filler that restate the name/title. It is not wasteful in length but also not front-loaded with useful content.

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 destructive tool with no annotations and no output schema, the description should at minimum warn about irreversibility and the confirm-preview behavior. It offers none of that, leaving an agent likely to call without understanding it returns a preview unless confirm:true.

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 50%: uuid is fully documented by the schema (format/pattern), and confirm has a rich schema description explaining the preview-vs-execute behavior. The description adds no parameter meaning beyond what the schema already provides, so baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

States the verb 'Delete' and resource 'Node Plugin' plus the HTTP route DELETE /api/node-plugins/{uuid}, so the operation is identifiable. But it's largely a restatement of the name and route with no scope details to distinguish it from siblings like node_plugin_delete_shared_list or node_plugin_update_config.

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 indication of when to use this tool versus alternatives, no caveats about irreversibility, and no note that the sibling node_plugin_get_all_configs should be consulted first. The 'Tags: Node Plugins Controller' line is metadata, not guidance.

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