Skip to main content
Glama

network_list_wans

List WAN interfaces on a local UniFi site. Supports pagination with offset and limit parameters for efficient data retrieval.

Instructions

List WAN interfaces on a local UniFi site.

Args: site_id: The site ID. offset: Pagination offset (default 0). limit: Items per page (default 25, max 200).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
site_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full burden. It states it lists WAN interfaces (implying a read-only operation) and describes pagination parameters, but does not explicitly confirm safety or disclose potential side effects. It lacks details on authorization requirements or behavior with invalid site IDs.

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 extremely concise, with a single sentence for the purpose followed by a compact parameter list. Every sentence adds value, and the format is easily scannable. There is no unnecessary verbiage.

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 tool has an output schema, so the description need not detail return values. It covers the main task and parameter semantics. However, it omits any mention of prerequisites (e.g., user permissions) or error conditions (e.g., invalid site_id). This is a minor gap for a list tool.

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?

The input schema has 0% description coverage, so the description compensates by documenting all three parameters with meaningful explanations: site_id is 'the site ID', offset is 'pagination offset', limit is 'items per page' with default 25 and max 200. This adds significant value beyond the schema's type information.

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 lists WAN interfaces on a local UniFi site. The verb 'List' and specific resource 'WAN interfaces' make the purpose unambiguous, distinguishing it from sibling tools like network_list_devices or network_list_clients.

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 provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, fallback tools, or scenarios where another tool might be more appropriate. For example, it doesn't explain that this tool is for WAN-specific monitoring while network_list_devices covers all network interfaces.

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

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