Skip to main content
Glama

subscription_templates_delete

Delete a subscription template by its UUID to remove unused or outdated configurations from the Remnawave VPN panel.

Instructions

Delete a subscription template

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesTemplate UUID to delete

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.0

TDQS

B3.1/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. 'Delete' implies destructive intent, but the description does not state that deletion is permanent, whether dependent resources are affected, or whether confirmation or special permissions are required. This is a notable gap for a destructive operation.

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 sentence with zero redundancy. Every word earns its place, and the action-resource structure is immediately clear.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a very simple tool with one documented parameter, and the schema covers invocation. However, with no annotations and no output schema, the description omits behavioral consequences such as irreversibility, success/error behavior, and any side effects. It is minimally adequate but not complete.

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 only parameter, uuid, as 'Template UUID to delete' with 100% coverage. The description adds no additional parameter meaning beyond what the schema already provides, so the baseline score 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 the specific action and resource: 'Delete a subscription template'. Among the sibling tools in the subscription_templates_* family, this is the only delete operation, so there is no ambiguity. It lacks detail about scope or effects, but the core purpose is clear.

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, nor does it mention deletion being irreversible, any prerequisites, or related operations like create/update/list. An agent must infer usage entirely from the name and one-line description.

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