Skip to main content
Glama
owine

UniFi Network MCP Server

by owine

unifi_get_device

Read-only

Get full configuration for a UniFi device, including switch port details, PoE state, AP radio settings, and uplink topology.

Instructions

Get full configuration for a device. Returns (in addition to list fields): supported, firmwareUpdatable, provisionedAt, configurationId, uplink.deviceId, features (object keyed by capability: switching {lags[]} / accessPoint {}), interfaces.ports[] for switches ({idx, state, connector, maxSpeedMbps, speedMbps, poe:{standard, type, enabled, state}}), interfaces.radios[] for APs ({wlanStandard, frequencyGHz, channelWidthMHz, channel}). NOTE: in the LIST endpoint, features/interfaces are capability-tag string arrays instead. Use for: switch port layout/PoE state, AP radio config, uplink topology. For live throughput/CPU/memory, use unifi_get_device_statistics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteIdYesSite ID
deviceIdYesDevice ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
nameNo
modelNo
stateNo
uplinkNo
featuresNo
adoptedAtNo
ipAddressNo
supportedNo
interfacesNo
macAddressNo
provisionedAtNo
configurationIdNo
firmwareVersionNo
firmwareUpdatableNo
Behavior5/5

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

The description provides extensive detail on the return structure, including fields like interfaces.ports and interfaces.radios, and contrasts with the list endpoint. Annotations already declare readOnlyHint=true and destructiveHint=false, so the description adds significant behavioral context beyond that.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured, front-loading the purpose, then detailing return fields, and ending with usage guidance. It is slightly long but every sentence adds value. Minor improvement could be shortening the field enumeration.

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?

Given the complexity of the tool and the presence of an output schema, the description is complete. It covers what the tool returns, how it differs from the list endpoint, and suggests alternatives for specific use cases. No significant gaps.

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?

Both parameters (siteId, deviceId) have schema descriptions at 100% coverage. The description does not add extra meaning beyond the schema, but the tool's purpose makes the parameter usage clear. Baseline 3 is appropriate as the schema already documents parameters adequately.

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 'Get full configuration for a device' and lists specific return fields. It distinguishes from the list endpoint by noting differences in returned data format. The tool's purpose is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool (for switch port layout, PoE state, AP radio config, uplink topology) and when not to (for live statistics, direct to unifi_get_device_statistics). This provides clear guidance for tool selection.

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