Skip to main content
Glama
ssasuoirafen

remnawave-mcp-server

by ssasuoirafen

remnawave_update_internal_squad

Idempotent

Update an internal squad by replacing its inbound set. Specify UUID and new inbounds to modify which members receive.

Instructions

Update an internal squad (MUTATES PROD: changes which inbounds its members get). inbounds replaces the full set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

The description discloses the mutation impact on production and the replacement behavior of the 'inbounds' parameter. This adds significant context beyond annotations, which already indicate non-read-only, non-destructive, and idempotent traits. No contradictions.

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 consists of two concise sentences. It front-loads the mutation warning and immediately clarifies the core behavior of the inbounds parameter. Every sentence earns its place with no redundancy.

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

Completeness4/5

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

The description covers the key aspects: mutation, inbound replacement, and a hint to retrieve current UUIDs. It does not explicitly mention that the name parameter is optional, but the schema covers that. Given the existence of an output schema (not shown), the description is sufficient for invoking the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already provides descriptions for each parameter (name, uuid, inbounds), so baseline is 3. The description reinforces the critical point that inbounds replaces the full set, adding practical emphasis. This adds value beyond the schema.

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 clearly states the tool updates an internal squad, specifying that it mutates production and changes which inbounds members get. It does not explicitly differentiate from sibling update tools, but the domain-specific detail (inbound replacement) provides sufficient context.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description warns about mutation ('MUTATES PROD') and explains that the 'inbounds' parameter replaces the full set, referencing a sibling tool ('remnawave_list_internal_squads') to obtain current UUIDs. It does not list alternatives or explicit when-not-to-use, but the context is adequate.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ssasuoirafen/remnawave-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server