Skip to main content
Glama

list_active_clients_stats

Retrieve detailed per-client statistics for active clients, including traffic, signal strength, and experience score, to monitor network performance and client health.

Instructions

List detailed per-client statistics: traffic, signal strength, and experience score.

host: console name, ID, or composite ID (MAC:numericId format). site: site name or ID. Returns a list of client stat objects from the Classic REST /stat/sta endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
siteYes
Install Server

TDQS

A3.7/5.0
Behavior2/5

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

No annotations are present, so the description must disclose behavior on its own. It reveals the return type (a list of client stat objects) and names the underlying endpoint (/stat/sta), but does not define what 'active' means, whether results are limited, paginated, or require permissions. This leaves major behavioral traits undisclosed.

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?

The description is three short, purposeful sentences: purpose first, then parameter explanations, then a return note. There is no filler or repetition of the schema. It is well-structured and front-loaded.

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 list operation with no output schema or annotations, the description gives only a high-level return description and some parameter context. It does not clarify the scope of 'active' clients, possible errors, or return object details beyond the three named metrics. This is adequate for basic usage but leaves meaningful gaps for an agent.

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 input schema only defines two string properties with no descriptions, so the description fully compensates by explaining the accepted formats for host (console name, ID, or composite MAC:numericId) and site (name or ID). This gives an agent enough to construct valid values. Minor ambiguity remains around what a 'composite ID' is precisely.

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

Purpose5/5

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

The description uses a specific verb ('List') and identifies the exact resource ('detailed per-client statistics') plus the data types (traffic, signal strength, experience score). This clearly distinguishes it from siblings like list_clients or get_client, which deal with client records rather than statistics. It is a clear, non-tautological statement.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit 'when to use' or 'when not to use' guidance, and no alternatives are named. The intended usage is only implied by the descriptive verb and resource. An agent could infer it is for stats retrieval, but not why it should be chosen over similar stat tools like list_device_stats or get_historical_stats.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/swkstudios/unifi-fabric-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server