Skip to main content
Glama

manage_wifi

Destructive

Create, update, or delete WiFi SSIDs with configurable security, optimization, and isolation settings.

Instructions

Create, update, or delete a WiFi SSID (broadcast). CREATE requires: type, name, enabled, securityConfiguration, multicastToUnicastConversionEnabled, clientIsolationEnabled, hideName, uapsdEnabled. Key config fields for optimization: - basicDataRateKbpsByFrequencyGHz: set 2.4GHz min to 12000+ and 5GHz to 12000+ to reduce legacy rate overhead - clientIsolationEnabled: true for guest SSIDs - multicastToUnicastConversionEnabled: true for better smart home performance - broadcastingDeviceFilter: limit which APs broadcast this SSID - network: associate with a VLAN network for segmentation Use list_wifi to see existing configs before modifying.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesOperation to perform
wifiIdNoWiFi broadcast ID (required for update/delete, from list_wifi)
typeNoSTANDARD for normal WiFi, IOT_OPTIMIZED for IoT devices (2.4GHz only, lower data rates)
nameNoSSID name broadcast to clients
enabledNo
networkNoWhich network/VLAN this SSID bridges to
securityConfigurationNoWiFi security settings
multicastToUnicastConversionEnabledNoConvert multicast to unicast — improves smart home device performance
clientIsolationEnabledNoIsolate clients from each other — enable for guest networks
hideNameNoHide SSID from scan results — NOT recommended, causes probe overhead
uapsdEnabledNoUnscheduled Automatic Power Save Delivery — enable for battery-powered devices
broadcastingDeviceFilterNoLimit which APs broadcast this SSID. Null = all APs.
Behavior4/5

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

Annotations already indicate destructiveHint=true and idempotentHint=false; the description adds context like caution against hideName (probe overhead) and recommendations for specific use cases. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Front-loaded with purpose and required fields, followed by bullet-pointed optimization tips. Structured and readable, though slightly lengthy. Could be trimmed without losing value.

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?

Covers the three actions, required parameters for create, and key configuration advice. Missing explicit return value or error handling, but for a management tool that's typical. References list_wifi for pre-checks.

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?

With 92% schema description coverage, baseline is 3. The description adds meaningful guidance beyond schema, e.g., optimal data rates, guest network isolation, and power-saving settings. Some parameters (e.g., enabled) lack extra detail.

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 performs create, update, or delete operations on WiFi SSIDs (broadcasts). It distinguishes from sibling tools like list_wifi by explicitly referencing it for viewing existing configs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides specific requirements for CREATE (listing mandatory parameters) and optimization tips for key fields. Suggests using list_wifi before modifying. Lacks explicit alternatives or when-not-to-use beyond that.

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/pproenca/unifi-mcp'

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