Skip to main content
Glama

external_squads_get

Retrieve detailed information about an external squad using its UUID, enabling quick lookup and verification of squad data in Remnawave.

Instructions

Get an external squad by UUID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesSquad UUID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It reveals nothing about response format, error behavior, authentication requirements, or what distinguishes an external squad. The minimal text offers no behavioral context beyond the operation name.

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?

A single concise sentence with the action front-loaded and no filler. Efficient, though it errs slightly toward under-specification rather than genuine conciseness.

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 simple single-parameter get operation with a fully documented parameter, this is roughly adequate. However, with no output schema and no behavioral notes, an agent is left without information about what the return value looks like or edge-case behavior. Minor but real gap.

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% for the single uuid parameter, whose schema description ('Squad UUID') already conveys its meaning. The description restates the same concept without adding format, scope, or context beyond what the schema provides. Baseline 3 applies since the schema does the heavy lifting.

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 a specific verb ('Get'), a specific resource ('external squad'), and the lookup key ('by UUID'). It is distinguishable from siblings like external_squads_list, external_squads_create, and the non-external squads_get, though it does not explicitly differentiate from them.

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 tool versus alternatives. Sibling external_squads_list and the regular squads_get both exist, and nothing in the description tells the agent why to prefer this one or what distinguishes an 'external' squad. No exclusions or when-not-to-use are given.

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