Skip to main content
Glama

nodes_reorder

Assign new positions to node UUIDs to reorder node display in a Remnawave VPN panel.

Instructions

Reorder nodes by providing each node UUID with its new position

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodesYesArray of nodes with their new positions

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 behavioral burden. It does not say whether the reorder persists, whether all nodes must be provided, how duplicate positions are handled, or what happens to omitted nodes. 'Reorder' implies mutation but discloses no side effects.

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?

A single front-loaded sentence with no wasted words. Every phrase contributes to understanding what the tool does.

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?

While the input schema is simple unusual and fully documented, the overall tool lacks annotations and an output schema, and the description omits behavioral specifics like persistence, validation, or whether the reorder is partial or full. This leaves an agent without enough context to invoke it safely.

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%, and the description mostly restates the schema's meaning: nodes with UUIDs and new positions. It adds no extra semantic detail beyond what the schema already provides.

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 uses a specific verb and resource ('Reorder nodes') plus a clear mechanism ('providing each node UUID with its new position'). It is definitely distinct from generic node mutation tools, though it does not specify what ordering context this applies to.

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 like nodes_bulk_actions, nodes_update, or the many other *_reorder tools. The only usage signal comes from the verb itself, which is implicit rather than explicit.

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