Skip to main content
Glama

external_squads_delete

Delete an external squad by providing its UUID. Removes the squad from the Remnawave panel, solving the need to remove outdated or unwanted external squads.

Instructions

Delete an external squad

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesSquad UUID

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?

With no annotations provided, the description alone must disclose the destructive nature of this operationichel including irreversibility, cascading effects on users, or permission requirements. The description only says 'Delete an external squad' with no elaboration, which is inadequate for a mutation tool.

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 minimal sentence with no wasted words, and it is appropriately sized for a simple delete operation. While it adds little beyond the tool name, it is well-structured and front-loaded.

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 delete tool with no annotations and no output schema, the description lacks essential context such as return behavior, error conditions, or destructive consequences. It is too sparse to fully inform an agent about the operation's implications.

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 coverage is 100% and the only parameter 'uuid' is described as 'Squad UUID'. The description adds no extra meaning beyond the schema, so the baseline score of 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 clearly states a specific action ('Delete') and a specific resource ('external squad'), which distinguishes it from similar sibling tools like 'squads_delete' by the 'external' qualifier. It fully answers what the tool does in a straightforward way.

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?

There is no guidance on when to use this tool versus alternatives such as 'squads_delete' or 'external_squads_get'. The description does not offer context, prerequisites, or typical use cases, so the agent has to infer when deletion is appropriate.

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