Skip to main content
Glama

subscription_template_update_template

Update an existing subscription template in Remnawave by specifying its UUID and new name, JSON, or YAML content.

Instructions

PATCH /api/subscription-templates Update subscription template Tags: Subscription Template 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?

Annotations are absent, so the description carries full behavioral burden, yet it discloses nothing beyond the HTTP verb and path. It does not mention that this is a mutation, what gets overwritten, or permission/confirmation requirements (the confirm preview behavior is only described in the schema).

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 and front-loaded with the operation, which is good, but the trailing 'Tags: Subscription Template Controller' line is boilerplate noise that adds no selection value.

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 mutation tool with no annotations, no output schema, and only half the parameters described, the description is too thin. It omits confirmation semantics, permissions, and the effect of the update, leaving the agent under-informed.

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 description coverage is 50% and the description adds no parameter meaning at all. The nested body fields (name, uuid, templateJson, encodedTemplateYaml) are undocumented in prose, so the description fails to compensate for the coverage gap.

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?

States a specific verb and resource ('Update subscription template') plus the underlying endpoint (PATCH /api/subscription-templates), so an agent knows it mutates an existing template. It does not distinguish itself from siblings like subscription_template_create_template or subscription_template_get_template_by_uuid beyond the resource name.

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 guidance on when to use this versus create/get/delete template siblings, nor any prerequisites such as needing an existing UUID. The only content is the operation and a controller tag.

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