Skip to main content
Glama
ZenixSolutions

unifi-network-mcp

unifi_supporting

Read-only

Lists supporting UniFi Network resources, including countries, DPI applications, device tags, RADIUS profiles, VPN servers, tunnels, and WANs, with filtering and pagination.

Instructions

Supporting resources (countries, DPI, device tags, RADIUS, VPN, WANs). Operations:

  • list_countries (Read): List Countries

  • list_dpi_applications (Read): List DPI Applications

  • list_dpi_categories (Read): List DPI Application Categories

  • list_device_tags (Read): List Device Tags

  • list_radius_profiles (Read): List Radius Profiles

  • list_vpn_servers (Read): List VPN Servers

  • list_site_to_site_vpn_tunnels (Read): List Site-To-Site VPN Tunnels

  • list_wans (Read): List WAN Interfaces List results are pages: { offset, limit (max 200), count, totalCount, data[] }. Filtering: pass filter as property.function(args); combine with and(...), or(...), not(...). Functions: eq, ne, gt, ge, lt, le, like, in, notIn, isNull, isNotNull; SET: contains, containsAny, containsAll, containsExactly, isEmpty. Strings use single quotes ('guest'); like patterns: '.'=one char, '*'=any run, ''=escape.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size (default 25, max 200). Used by: list_countries, list_dpi_applications, list_dpi_categories, list_device_tags, list_radius_profiles, list_vpn_servers, list_site_to_site_vpn_tunnels, list_wans.
filterNoFilter expression (see tool description). Used by: list_countries, list_dpi_applications, list_dpi_categories, list_device_tags, list_radius_profiles, list_vpn_servers, list_site_to_site_vpn_tunnels.
offsetNoPagination offset (default 0). Used by: list_countries, list_dpi_applications, list_dpi_categories, list_device_tags, list_radius_profiles, list_vpn_servers, list_site_to_site_vpn_tunnels, list_wans.
siteIdNositeId (uuid). Used by: list_device_tags, list_radius_profiles, list_vpn_servers, list_site_to_site_vpn_tunnels, list_wans.
consoleIdNoCloud mode only: the console to target. Discover IDs with unifi_consoles. Ignored in direct (single-console) mode.
operationYesWhich operation to perform.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds useful behavioral context beyond that: the pagination format (offset, limit, count, totalCount, data[]) and the detailed filtering grammar. This helps the agent understand how results are returned and how to construct filters.

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 well-structured: a short title, a bullet-like list of operations, then pagination and filter details. Every sentence earns its place, and the organization makes it easy to scan. There is no redundant or filler content.

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?

Given the tool has 8 operations and no output schema, the description covers the common pagination contract and filtering mechanics. It does not detail per-operation return fields, but for a read-only list utility with consistent pagination, this is adequate. The schema covers parameter applicability.

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?

Schema coverage is 100% but the description adds significant meaning to the 'filter' parameter by explaining the expression syntax (property.function(args), combining with and/or/not, supported functions, string quoting, like patterns). This goes beyond the schema's simple reference to 'see tool description'.

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 identifies the tool as 'Supporting resources (countries, DPI, device tags, RADIUS, VPN, WANs)' and enumerates eight concrete list operations with (Read) indicators. This distinguishes it from sibling tools like unifi_devices or unifi_sites, which target specific resource types.

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?

The description provides clear usage context by listing all operations and explaining pagination and filtering syntax. It does not explicitly mention when not to use this tool or name alternatives, but the operation names and resource categories make the intended use obvious.

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

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