Skip to main content
Glama
0xEkho

Ruckus Virtual SmartZone MCP Server

by 0xEkho

vsz_get_client

Retrieve specific wireless client details by MAC address from Ruckus vSZ to identify connectivity issues and verify client status.

Instructions

Get details of a specific wireless client by MAC address.

    Args:
        host: vSZ controller IP or hostname.
        client_mac: Client MAC address (e.g. "AB:CD:EF:12:34:56").
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
client_macYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are present, so the description carries full responsibility. It only states 'Get details' without disclosing the return format, error behavior when the client is not found, or whether it applies to currently connected clients. The read-only nature is implied but not explicitly stated.

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 brief and front-loaded with the core purpose, followed by a structured Args block. No unnecessary words; every line serves to explain the parameters.

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?

While a simple getter with an output schema, the description omits behavior when the client is not found and does not place the tool among its siblings. It is adequate for basic use but leaves some contextual gaps.

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

Parameters5/5

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

Schema description coverage is 0%, but the description fully compensates by defining both parameters: host as 'vSZ controller IP or hostname' and client_mac with an example format. This adds meaning beyond the bare schema property names.

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 clearly states the verb 'Get' and the resource 'details of a specific wireless client by MAC address,' which distinguishes it from sibling list/query/action tools like vsz_list_clients or vsz_disconnect_client.

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?

The description provides no guidance on when to use this tool versus alternatives, no explicit context, and no exclusion criteria. The need for a MAC address is implied but not framed as a prerequisite or as a distinction from listing all clients.

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/0xEkho/Ruckus-vSZ-MCP'

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