Skip to main content
Glama
Zesty0wl
by Zesty0wl

getSsidList

Retrieve all SSIDs configured in a WLAN group by providing its wlanId. Use the returned ssidId values to access detailed wireless network information.

Instructions

Get the list of SSIDs (wireless networks) configured in a WLAN group. Requires wlanId which can be obtained from getWlanGroupList. Use the ssidId from this list to call getSsidDetail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteIdNo
wlanIdYes
Install Server

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description is the only behavioral signal. It clearly implies a read operation via 'Get the list,' but it does not state authorization needs, pagination, error behavior, or response structure beyond the presence of ssidId. The behavior is mostly implicit.

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?

Two short sentences with no filler. The core purpose is front-loaded, and the second sentence adds only actionable prerequisite and successor information.

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?

The description forms a coherent chain: obtain wlanId, get SSID list, then call getSsidDetail with ssidId. It omits return-format details and siteId semantics, which is a small gap for a simple getter, especially given no output schema or annotations.

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

Parameters3/5

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

Schema description coverage is 0%, so the description must compensate. It explains wlanId's provenance and that ssidId is usable downstream, but it leaves the optional siteId completely unexplained and does not describe wlanId's format or meaning beyond its source.

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?

States a specific verb and resource: 'Get the list of SSIDs configured in a WLAN group.' The follow-up instruction to use the ssidId for getSsidDetail differentiates it from the detail sibling, making its role clear.

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 explicit workflow context: wlanId comes from getWlanGroupList, and the resulting ssidId feeds getSsidDetail. This is clear guidance for when to call it, though it does not mention exclusions or cases where another list tool would be preferable.

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