Skip to main content
Glama
owine

UniFi Network MCP Server

by owine

unifi_get_network

Read-only

Retrieve detailed network configuration for a specific VLAN, including DHCP, isolation, internet access, and IPv4 settings.

Instructions

Get a network/VLAN by ID. Returns the list fields PLUS (live-verified) zoneId, isolationEnabled, internetAccessEnabled, mdnsForwardingEnabled, cellularBackupEnabled, and a full ipv4Configuration object (hostIpAddress, prefixLength, dhcpConfiguration with ipAddressRange/leaseTimeSeconds/domainName/ntpServerIpAddresses). NOTE: subnet/DHCP detail appears here at get-by-id but NOT in unifi_list_networks (sparse list view).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteIdYesSite ID
networkIdYesNetwork ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
nameNo
vlanIdNo
zoneIdNo
defaultNo
enabledNo
metadataNo
managementNo
dhcpGuardingNo
isolationEnabledNo
ipv4ConfigurationNo
cellularBackupEnabledNo
internetAccessEnabledNo
mdnsForwardingEnabledNo
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description does not need to reiterate safety. It adds value by specifying that returned fields are 'live-verified', and lists additional fields beyond the list version, providing behavioral context.

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 two sentences plus a note, front-loaded with the purpose, then elaborates on return fields and comparison to list view. No redundant words, every sentence provides value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having an output schema (not shown), the description lists specific returned fields and highlights differences from the list view, providing complete context for an AI agent to understand the tool's functionality and when to use it.

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 coverage is 100% with both parameters having descriptions in the schema. The description does not add further meaning to the parameters, focusing instead on the return value. Baseline of 3 is appropriate as schema already documents parameters.

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 verb 'Get' and the resource 'network/VLAN by ID'. It distinguishes from the sibling unifi_list_networks by noting that this tool returns richer fields like zoneId, isolationEnabled, etc., making the purpose unambiguous.

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 explicitly contrasts with unifi_list_networks, noting that subnet/DHCP detail appears here but not in the list view, providing clear guidance on when to use this tool over alternatives. However, it does not mention when not to use it or any prerequisites.

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

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