Skip to main content
Glama
Zesty0wl
by Zesty0wl

setSwitchNetworks

Destructive

Configure VLAN trunking and network assignments on a switch to manage traffic segmentation and port connectivity.

Instructions

Set switch networks / VLAN trunking configuration for a switch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesSwitch network / VLAN trunking configuration payload
siteIdNo
switchMacYes
Install Server

TDQS

C2.8/5.0
Behavior2/5

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

The annotations already flag destructiveHint=true, but the description adds no behavioral context beyond that: it does not say whether existing VLAN configuration is overwritten, whether changes take effect immediately, or what side effects the switch may experience. The description merely restates the operation without disclosing consequences.

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 a single front-loaded sentence with no filler. Every word contributes to identifying the action and target resource, and it is concise without being verbose.

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

Completeness2/5

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

For a destructive, mutating operation with no output schema and an opaque nested data object, this description is underspecified. An agent has no information about what the data payload must include, whether siteId is needed, what happens to existing VLAN settings, or how to verify the result. The description captures the general purpose but not enough operational context for safe invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 33%, and the description adds no parameter-level meaning. The data object is opaque (additionalProperties {}), while switchMac and siteId are undocumented. The description's reference to VLAN trunking helps interpret the data payload conceptually, but it does not compensate for the low schema coverage.

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 states a specific action ('Set') and resource ('switch networks / VLAN trunking configuration') and clearly distinguishes itself from sibling getSwitchNetworks. It does not fully explain what 'switch networks' means or how it differs from setSwitchPort-related tools, but the core operation is identifiable.

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?

There is no guidance on when to use this tool instead of alternatives such as getSwitchNetworks or setSwitchPortProfile. The description implies usage through the verb 'Set', but it does not state prerequisites, exclusions, or when a sibling would be more appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Zesty0wl/omada-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server