Skip to main content
Glama

mist_get_client_stats

Read-only

Retrieve wireless client statistics for an organization, including connection details, bandwidth, and session data. Filter by time range and limit results.

Instructions

Get client statistics for an organization.

Returns statistics for wireless clients in the specified organization, including connection details, bandwidth, and session information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orgYesOrganization name (must be configured in .env).
limitNoMaximum number of clients to return (default: 100).
durationNoTime range for stats (default: "1d"). Options: "1h", "6h", "12h", "1d", "1w", "30d".1d

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations declare readOnlyHint=true, and the description confirms a read operation. The description adds some context about the type of data returned (connection details, bandwidth, session info), but does not disclose other behavioral traits such as pagination or rate limits. No contradiction with annotations.

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?

Two sentences, front-loaded with the primary action. Every word adds value, with no redundant information. Highly efficient for an AI agent to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description provides a sufficient overview for a read-only tool with a well-documented input schema and an output schema (not shown but present). It could mention that the limit parameter controls pagination, but overall it is adequate for the complexity.

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 coverage is 100%, so the baseline is 3. The description does not add any additional meaning beyond the schema's parameter descriptions, which already detail the purpose of org, limit, and duration. No extra semantic value is provided.

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 clearly states it retrieves client statistics for an organization, specifying the resource (wireless clients) and the type of data (connection details, bandwidth, session info). While it doesn't explicitly differentiate from sibling tools like mist_get_device_stats, the focus on clients is sufficient for purpose clarity.

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 explicit guidance on when to use this tool versus alternatives like mist_get_device_stats or mist_get_sle_summary. The description only states the function without providing context on prerequisites, scope, or exclusion criteria.

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

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/vahagn-madatyan/juniper-mist-mcp'

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