Skip to main content
Glama
hpe-networking-lab

HPE Networking Assistant

Official

find_client

Locate a wireless client by MAC address or hostname to reveal its site, AP, SSID, IP, band, and signal strength.

Instructions

Locate a wireless client by MAC address or hostname: which site, AP, and SSID it is on, plus IP, band, and signal. Provide mac or hostname.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
macNoClient MAC address.
org_idNoMist organization id (optional).
durationNoLookback window, e.g. 1d, 1h, 7d (default 1d).
hostnameNoClient hostname.
Behavior4/5

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

With no annotations, the description carries the burden of disclosing behavior. It states what the tool returns (site, AP, SSID, IP, band, signal) and the required input ('mac or hostname'). This is a read-only lookup operation, and the description is clear about its output. It does not address edge cases or error behavior, but for a simple locate function, this is adequate.

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 a single, front-loaded sentence that states the action, the target, the search criteria, and the output fields. There is no fluff or repetition of schema details—every clause adds useful information.

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?

Given the lack of an output schema, the description sufficiently explains the return values. It does not need to explain parameters because the schema covers them. It could mention lookback behavior or error handling, but for a relatively simple lookup tool, the information provided is complete enough.

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?

Although the input schema already describes all four parameters (100% coverage), the description adds crucial semantics: it specifies that the caller must provide 'mac or hostname', resolving ambiguity about which parameter is required. It also clarifies that the tool specifically targets wireless clients, which is not fully explicit in the schema alone.

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 the specific verb 'Locate' with the resource 'wireless client' and enumerates the output fields (site, AP, SSID, IP, band, signal). It clearly distinguishes from siblings like 'get_clients' (which lists clients) and 'trace_client' (which traces paths) by targeting a single client by MAC or hostname.

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

Usage Guidelines4/5

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

The description explicitly states 'Provide mac or hostname', giving clear input guidance. It implies this tool is for looking up a specific client by identifier, which differentiates it from list-style siblings. However, it does not mention alternatives or exclusion criteria, so it stops short of full when-to-use versus when-not-to-use 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

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/hpe-networking-lab/hpe-networking-assistant'

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