Skip to main content
Glama
0xEkho

Ruckus Virtual SmartZone MCP Server

by 0xEkho

vsz_list_ap_mesh_neighbors

Retrieve the mesh neighbor APs discovered by a specific AP to view the mesh topology.

Instructions

Get mesh neighbor APs discovered by an AP (mesh topology).

    Args:
        host: vSZ controller IP or hostname.
        ap_mac: AP MAC address.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
ap_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 provided, so the description carries the full burden of disclosing behavior. It only says 'Get,' which implies a read operation, but it does not mention authentication requirements, pagination, return format, or any side effects. This is minimal transparency for a production tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise: a single sentence plus an Args block, with no fluff. It is easy to scan, but the Args block lacks structure such as types, defaults, or formatting, which prevents a perfect score.

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?

Given the tool's simplicity (2 parameters, output schema present), the description is sufficient in length but lacking in context. It does not explain mesh topology behavior, contrast with LLDP neighbors, or any operational caveats. The output schema covers return values, but the missing usage guidance and behavioral details make this only moderately complete.

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?

With 0% schema coverage, the description must compensate. It provides short definitions for both parameters: 'vSZ controller IP or hostname' for host and 'AP MAC address' for ap_mac. This adds some clarity beyond the schema property names, but the definitions are not rich enough to specify formats, constraints, or examples, so it only partially compensates.

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 purpose with a specific verb ('Get') and resource ('mesh neighbor APs discovered by an AP'). The parenthetical '(mesh topology)' and the contrast with sibling tool vsz_list_ap_lldp_neighbors make the purpose distinct and unambiguous.

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?

The usage is implied by the description — an agent would use this when needing mesh neighbors of an AP — but there is no explicit guidance about when to choose this over alternatives like vsz_list_ap_lldp_neighbors or vsz_list_aps. No exclusions or criteria are provided, so it stops short of a fuller guideline.

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