Skip to main content
Glama
ZenixSolutions

unifi-network-mcp

unifi_networks

Destructive

Manage UniFi networks (VLANs/subnets) by listing, creating, deleting, fetching details, updating, and retrieving references. Filter and paginate to control network configurations on UniFi consoles.

Instructions

Networks (VLANs/subnets) configuration. Operations:

  • list (Read): List Networks

  • create (Create): Create Network

  • delete (Destructive): Delete Network — requires confirm: true

  • get (Read): Get Network Details

  • update (Update): Update Network

  • get_references (Read): Get Network References 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. For request-body shapes call unifi_spec with { operation: "unifi_networks." }.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoRequest body for: create, update. Exact schema via unifi_spec.
forceNoforce. Used by: delete.
limitNoPage size (default 25, max 200). Used by: list.
filterNoFilter expression (see tool description). Used by: list.
offsetNoPagination offset (default 0). Used by: list.
siteIdNositeId (uuid). Used by: list, create, delete, get, update, get_references.
confirmNoMust be true to execute: delete. These change or remove live configuration.
consoleIdNoCloud mode only: the console to target. Discover IDs with unifi_consoles. Ignored in direct (single-console) mode.
networkIdNonetworkId (uuid). Used by: delete, get, update, get_references.
operationYesWhich operation to perform.
Behavior5/5

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

Beyond annotations (readOnlyHint=false, destructiveHint=true), description flags delete as Destructive and requires confirm:true, warns that it changes live configuration in the confirm parameter description, and documents list pagination. This adds meaningful behavior about destructive operations and response format.

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?

Organized into operations list, pagination, filtering, and body reference; every sentence adds needed information without repetition. Dense but efficient.

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 list pagination and filtering thoroughly, and delete confirm requirement. However, non-list operations lack explicit return shape or field details; relies on unifi_spec. Given no output schema and 10 params, it is mostly complete but has some fallbacks.

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

Parameters5/5

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

Schema descriptions are present for all parameters, but the description adds deep filter grammar (functions, combining, quoting, like escapes) and response paging structure not in schema. It also directs to unifi_spec for body schemas, crucial for create/update.

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 'Networks (VLANs/subnets) configuration' and enumerates six specific operations (list, create, delete, get, update, get_references), each with a short summary and read/destructive marker. This distinguishes it from sibling tools targeting other Unifi resources.

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 operational context: delete requires confirm, list returns paginated data, filtering grammar detailed, and body shapes delegated to unifi_spec. However, it does not explicitly contrast with alternative sibling tools or state exclusions; usage is implied by resource domain.

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