Skip to main content
Glama
0xEkho

Ruckus Virtual SmartZone MCP Server

by 0xEkho

vsz_list_aps

Lists all access points managed by a Ruckus vSZ wireless controller. Provide the controller host to retrieve complete AP inventory.

Instructions

List all access points managed by the vSZ controller.

    Args:
        host: vSZ controller IP or hostname.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 burden of behavioral disclosure. It states it lists all APs but does not reveal whether the operation might be heavy (e.g., paginated, large result), if it requires specific privileges, or if there are any side effects. The description essentially restates the obvious function without adding behavioral nuance.

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 concise and well-structured. It leads with the main purpose in a single sentence, followed by a clearly labeled Args block. There is no redundancy or filler.

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 simple list tool with one parameter and an output schema, the description covers the basic 'what' and the parameter. However, it lacks usage context (e.g., when to use vs. vsz_query_aps) and does not mention any behavioral caveats like output size or permissions. It is minimally viable but leaves clear gaps in guidance.

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 schema has 0% description coverage, but the description explicitly explains the host parameter as 'vSZ controller IP or hostname.' This adds meaningful semantic context beyond the raw string type, and since it is the only parameter, it fully compensates for the schema's lack of detail.

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 tool's action: 'List all access points managed by the vSZ controller.' This provides a specific verb ('List'), a resource ('access points'), and a scope ('all managed by vSZ'), which distinguishes it from sibling tools like vsz_get_ap (which retrieves a specific AP) and vsz_query_aps (which implies querying with filters).

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 gives no explicit usage context or alternatives. It does not mention when to prefer this over vsz_query_aps or vsz_get_ap, nor does it state any exclusions or prerequisites. The 'Args' section only explains the host parameter.

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