Skip to main content
Glama

hwid_user_devices_get_top_users_by_hwid_devices

Retrieve top users ranked by their HWID device counts. Use pagination parameters start and size to control how many results are returned.

Instructions

GET /api/hwid/devices/top-users Get top users by HWID devices Tags: HWID User Devices Controller Пагинация через query-параметры: start, size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNoNumber of results to return, no more than 100
startNoStart index (offset) of the results to return, default is 0

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden and mostly doesn't. The embedded 'GET /api/hwid/devices/top-users' line weakly implies a read-only operation, but there is no mention of ordering semantics, what 'top' means, result limits, permissions, or return shape.

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

Conciseness2/5

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

The body is short but padded with low-value artifacts: a raw HTTP method/path line and a 'Tags: HWID User Devices Controller' line that convey nothing to an agent, plus an untranslated Russian sentence that mixes languages in a single definition.

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?

There is no output schema and no annotations, so the description must compensate — but it never explains what a 'top user' entry contains, how the ranking is computed, or what the result ordering is. For a ranking/aggregation endpoint this leaves the agent guessing about the response.

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% — both start and size are documented in the schema with defaults and bounds. The description's pagination note merely restates what the schema already says, so the baseline 3 applies with no added semantic value.

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 clear verb and resource — 'Get top users by HWID devices' — so an agent can tell what the call returns without opening the schema. However, it gives no differentiation from nearby siblings such as hwid_user_devices_get_all_users or get_hwid_devices_stats, and the ranking metric behind 'top' is left undefined.

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 statement of when to use this tool versus the sibling HWID endpoints (get_all_users, get_hwid_devices_stats, get_user_hwid_devices). The only operational note is a Russian sentence about pagination, which is a mechanics hint, not usage guidance.

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