Skip to main content
Glama

node_plugins_delete

Delete a node plugin by its UUID to remove it from the VPN panel.

Instructions

Delete a node plugin

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesPlugin UUID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.0

TDQS

C2.9/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 the full burden of behavioral disclosure. It only states the action without revealing consequences such as irreversibility, potential cascading effects on associated data, permission requirements, or failure scenarios. As a destructive operation, this is a significant gap because an agent cannot assess the impact of calling it.

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

Conciseness4/5

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

The description is a single short sentence that is front-loaded with the action and resource, containing no filler. It is appropriately concise for a simple DELETE operation with one parameter. However, it is slightly under-specified regarding side effects, but that is more a behavioral transparency concern, not conciseness.

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 operation with no output schema and no annotations, the description is insufficiently complete. An agent needs to know if deletion is permanent, if it affects related entities (e.g., removes assignments), or if any confirmation is required. The one-line description leaves too much uncertainty for an irreversible action, making it inadequate for safe autonomous 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?

The input schema fully describes the sole parameter (uuid) as 'Plugin UUID', achieving 100% schema description coverage. The description adds no additional meaning or context beyond what the schema already provides. Since the schema handles the parameter documentation, the baseline of 3 is appropriate.

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 'Delete a node plugin' clearly identifies the action (delete) and the resource (node plugin), which is distinct from sibling actions like create, update, list, and get. It is specific enough for an agent to understand the core operation without ambiguity. It does not elaborate on the scope or side effects, so it is not a 5.

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 provides no guidance on when to use this tool versus alternatives. There is no mention of prerequisites, conditions for deletion, or any caution about using this over other node_plugin operations. The only hint is the verb 'delete', which implies removal, but no explicit when-to-use or when-not-to-use context is given.

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