Skip to main content
Glama
Zesty0wl
by Zesty0wl

setSwitchPortProfileOverride

Destructive

Enable or disable profile override on a single switch port to apply custom settings or revert to the port profile default.

Instructions

Enable or disable profile override on a single switch port.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portYes
siteIdNo
switchMacYes
profileOverrideEnableYesEnable or disable profile override
Install Server

TDQS

B3.3/5.0
Behavior3/5

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

Annotations include destructiveHint=true, which already alerts the agent to the mutating nature. The description adds the scope detail but does not disclose consequences, reversibility, or effects on the port's existing configuration. It does not contradict the annotation, so a mid-score is appropriate.

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 sentence with no filler or redundancy. It front-loads the action and resource and conveys the core scope efficiently.

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?

Although the tool is simple, the description omits important context: what 'profile override' means, how siteId relates, prerequisites for calling this tool, and when to prefer it over closely related siblings. With low schema coverage and no output schema, this is a meaningful gap.

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 25%, and the only documented parameter, profileOverrideEnable, simply restates the tool description. The description does not add meaning for switchMac, port, or siteId, leaving the agent with minimal semantic guidance for three of four parameters.

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 pair ('Enable or disable') with a clear resource ('profile override') and scope ('single switch port'). It distinguishes itself from siblings like setSwitchPortProfile and the batchSetSwitchPort* tools by explicitly stating 'single' and using 'override' rather than generic profile assignment.

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 explicit guidance about when to use this tool versus alternatives such as setSwitchPortProfile or batchSetSwitchPortProfile. There are no when-to-use or when-not-to-use conditions, prerequisites, or exclusions; only the word 'single' implies a scope distinction.

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