Skip to main content
Glama

unifi_delete_wlan

Remove a wireless network (WLAN) from all access points by deleting it with its ID.

Instructions

Delete a WLAN by its _id. This removes the SSID from all APs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wlan_idYes
site_idNodefault
Behavior3/5

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

While annotations are missing, the description discloses the core behavioral effect ('removes the SSID from all APs'). However, it lacks details on side effects, required permissions, or reversibility, which are important for a delete 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 exceptionally concise: two short sentences with the action front-loaded. Every word is necessary and directly addresses the tool's purpose and effect.

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?

Given the simplicity of the tool (single required parameter, no output schema), the description is too brief. It fails to explain the wlan_id format, the role of site_id, any prerequisites, or the API response, leaving significant gaps for an AI agent.

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?

With 0% schema description coverage, the description must compensate for parameter details. It only mentions 'by its _id' but provides no explanation of wlan_id (e.g., format, where to find it) and completely ignores site_id, adding minimal semantic value over the schema names.

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?

Description clearly states 'Delete a WLAN by its _id' and explains the effect ('removes the SSID from all APs'). It is a specific verb-resource combination that distinguishes itself from other WLAN tools (create, list, get, update) and other delete tools among siblings.

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?

No explicit guidance on when to use this tool versus alternatives. It only implies usage for deletion but does not mention when not to use it or provide comparisons to sibling tools like unifi_update_wlan or unifi_list_wlans.

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

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