Skip to main content
Glama
0xEkho

Ruckus Virtual SmartZone MCP Server

by 0xEkho

vsz_disconnect_client

Disconnect a wireless client from an access point by providing the client's MAC address and the AP's MAC address to terminate its current session.

Instructions

Disconnect (deauthenticate) a wireless client.

    Requires both the client MAC and the AP MAC it is connected to.

    Args:
        host: vSZ controller IP or hostname.
        client_mac: Client MAC address.
        ap_mac: AP MAC address the client is associated with.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
ap_macYes
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 provided, so the description carries the full burden. It discloses that the tool disconnects/deauthenticates a client, but does not mention permission requirements, reversibility, or side effects on the client's session. For a mutation tool, this is a significant gap.

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 succinct and front-loaded with the action. The 'Requires both' sentence adds essential context, and the Args section is necessary given the schema's lack of descriptions. No wasted words.

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?

With output schema present, return values need not be described. However, the description omits important operational context such as what happens after disconnection, whether reconnection is possible, and error conditions. It is minimally viable for invoking the tool but incomplete for understanding its full impact.

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%, so the description fully compensates. It explains each parameter: host (vSZ controller IP/hostname), client_mac, and ap_mac (AP the client is associated with), adding meaning beyond the bare schema titles.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb+resource: 'Disconnect (deauthenticate) a wireless client.' This distinguishes it from related tools like block/unblock, though it does not explicitly name alternatives.

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 description provides a key prerequisite: 'Requires both the client MAC and the AP MAC it is connected to.' This implies the context of use but offers no explicit guidance on when to choose this over sibling tools like vsz_block_client.

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