Skip to main content
Glama

hwid_user_devices_delete_all_user_hwid_devices

Deletes all HWID devices for a specified user via the Remnawave API, clearing every device record tied to that user ID in one request.

Instructions

POST /api/hwid/devices/delete-all Delete all user HWID devices Tags: HWID User Devices Controller

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
confirmNoПодтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden, yet it only restates the operation and endpoint. It never discloses that this is an irreversible bulk destruction, what permissions are required, or the confirm:true preview behavior (which it leaves to the schema). For a destructive operation with zero annotation coverage this is a significant gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

It is very short and front-loads the operation, but two of the three lines (the raw 'POST /api/...' path and the 'Tags: HWID User Devices Controller' boilerplate) are auto-generated noise that adds no decision value.

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 destructive, non-GET bulk operation with no annotations and no output schema, the description is under-specified: it omits irreversibility, scope, and the confirm/preview workflow needed to call it safely. The 50% parameter coverage gap is also left unaddressed.

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

Parameters2/5

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

Schema coverage is 50%: the confirm parameter is well documented, but body.userId is undocumented. The description adds no parameter meaning beyond the schema — it never clarifies that userId selects which user's devices are wiped, nor how the confirm preview interacts with the request.

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 and resource: 'Delete all user HWID devices', plus the underlying endpoint POST /api/hwid/devices/delete-all. The word 'all' implicitly distinguishes it from the single-device sibling hwid_user_devices_delete_user_hwid_device, though it never names that sibling. Clear purpose, but no explicit sibling differentiation.

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 bulk delete versus the single-device delete sibling, nor any stated prerequisite (permissions, confirm flow). The agent must infer usage entirely from the name. This is the minimum guidance level, not explicit routing.

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