Skip to main content
Glama
0xEkho

Ruckus Virtual SmartZone MCP Server

by 0xEkho

vsz_delete_wlan

Delete a specific WLAN from a zone by providing the zone ID and WLAN ID. Removes the wireless network configuration from the Ruckus controller.

Instructions

Delete a WLAN from a zone.

    Args:
        host: vSZ controller IP or hostname.
        zone_id: Zone UUID.
        wlan_id: WLAN UUID.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
wlan_idYes
zone_idYes

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 the action 'Delete' but does not reveal important traits such as destructive implications, reversibility, authentication requirements, or behavior when the WLAN does not exist. The parameter listing adds no behavioral context beyond names.

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 to the point: a single action sentence followed by a compact Args list. Each sentence serves a purpose, and there is no filler. The structural format is clean and front-loaded, making it easy for an agent to quickly parse the essential information.

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 delete operation with an output schema, the description covers the core purpose and all parameters. However, it lacks usage guidance and behavioral transparency, which are important for a mutation tool. The presence of an output schema means return values need not be described, but the overall description leaves gaps in when/how to use it safely.

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 provides no descriptions for the parameters (0% coverage), so the description must compensate. It does so by explaining each parameter: host as 'vSZ controller IP or hostname', zone_id as 'Zone UUID', and wlan_id as 'WLAN UUID'. This adds meaningful semantic meaning beyond the bare schema titles, although it does not cover any constraints or dependencies.

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 function: 'Delete a WLAN from a zone.' This uses a specific verb (delete), identifies the resource (WLAN), and specifies the context (from a zone). It distinguishes itself from sibling tools like vsz_delete_ap and vsz_delete_zone by naming the WLAN resource.

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. It does not mention prerequisites, exclusions, or preferred use cases. The usage is only implied by the action itself, which is not enough to differentiate from other delete operations like vsz_delete_ap or vsz_delete_zone.

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