Skip to main content
Glama

external_squads_create

Create a new external squad in the Remnawave VPN panel by providing a squad name. Use it to organize users or nodes with external management.

Instructions

Create a new external squad

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesSquad name

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.0

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. 'Create' implies a state change, but the description does not disclose uniqueness constraints, idempotency, permissions, or side effects, and there is no output schema to indicate what is returned.

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 front-loaded sentence with no filler or redundancy. Every word earns its place given the simple one-parameter schema.

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?

For a one-field create operation, the description is nearly sufficient, but the lack of annotations and output schema leaves the agent without behavioral or return-value context. It does not say whether creation requires special permissions or what happens if the name already exists.

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 description coverage is 100%: the only parameter, name, is documented as 'Squad name'. The description adds no additional meaning beyond the schema, so baseline 3 applies.

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

Purpose5/5

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

The description states a specific action ('Create') and a specific resource ('external squad'), matching the tool name and distinguishing it from sibling tools like external_squads_list, external_squads_update, and squads_create. There is no ambiguity about what operation is performed.

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 is given for when to choose this tool over external_squads_update or squads_create; the description only repeats the creation intent. The sibling list is the only signal, and it is left to the agent to infer the differences.

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