Skip to main content
Glama

hwid_user_devices_get_hwid_devices_stats

Retrieve HWID device statistics to monitor device counts, registrations, and usage trends.

Instructions

GET /api/hwid/devices/stats Get HWID devices stats Tags: HWID User Devices Controller

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.3/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, and it discloses almost nothing: no statement of what statistics are computed, over what population or time window, whether a user/device identifier is required, or auth requirements. The GET verb weakly implies read-only behavior, which is the only signal present.

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?

Three lines where one would do: the raw HTTP route duplicates the name, and the 'Tags:' line is framework noise that consumes space without informing the agent. It is short but not efficiently structured.

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?

With no annotations, no output schema, and a 'stats' return value never characterized, an agent knows neither what it will receive nor the conditions for calling it. For a zero-param endpoint this is still under-specified, since the entire contract rests on the description.

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

Parameters4/5

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

The tool takes zero parameters, so per the rubric the baseline is 4. There is nothing for the description to clarify beyond the empty schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description restates the tool name almost verbatim ('Get HWID devices stats') and adds only the HTTP route. 'Stats' is unspecified, so an agent cannot tell what is actually returned or how this differs from hwid_user_devices_get_top_users_by_hwid_devices or hwid_user_devices_get_all_users.

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 sibling HWID endpoints, no prerequisites, no scope. The 'Tags: HWID User Devices Controller' line is generated metadata, not usage direction.

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