Skip to main content
Glama
0xEkho

Ruckus Virtual SmartZone MCP Server

by 0xEkho

vsz_get_vlan_pool

Retrieves details of a specific VLAN pool by UUID from a Ruckus Virtual SmartZone controller, providing its configuration and status.

Instructions

Get details of a specific VLAN pool.

    Args:
        host: vSZ controller IP or hostname.
        pool_id: VLAN pool UUID.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
pool_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. The verb 'Get' implies a read-only operation, but the description does not elaborate on error behavior, required permissions, or any side effects. It is not misleading, but it adds minimal context beyond the basic operation.

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 appropriately sized: a single purpose sentence followed by a concise Args block. It is front-loaded with the core action and every line serves a purpose, with no wasted words or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple two-parameter read operation, the description covers the essential context: what the tool does, what each parameter means, and the output schema is already present externally. The only gap is the lack of usage guidelines, but given the low complexity, the description is nearly complete.

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 only parameter names and types (0% description coverage), but the description's Args section adds meaningful definitions: 'vSZ controller IP or hostname' for host and 'VLAN pool UUID' for pool_id. This clearly compensates for the schema's lack of descriptions and clarifies parameter semantics.

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 uses a specific verb ('Get') and resource ('details of a specific VLAN pool'), clearly distinguishing it from sibling tools like vsz_list_vlan_pools (listing all) or vsz_get_dhcp_pool (different resource type). The scope is explicit: a single pool identified by ID.

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 guidance on when to use this tool instead of alternatives. It does not mention that vsz_list_vlan_pools should be used to discover pool IDs or that the tool requires an existing pool UUID. There is no indication of prerequisites or exclusions, leaving the agent without clear selection criteria.

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