Skip to main content
Glama

upgrade_device

Trigger a firmware upgrade on an adopted UniFi device by providing its device ID, host, and site. Resolve outdated firmware issues directly from the Fabric MCP server.

Instructions

Trigger a firmware upgrade on an adopted device.

host: console name, ID, or composite ID (MAC:numericId format). site: site name or ID. device_id: REQUIRED. Obtain it from list_devices (its id field).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
siteYes
device_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states that a firmware upgrade is triggered, but does not disclose possible side effects (e.g., device reboot, downtime), permission requirements, or result details. This is a significant gap for a mutating operation.

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?

Two concise sentences: the first states the action, the second describes parameters. No wasted words, and the most important parameter (device_id) is highlighted as REQUIRED. Excellent density.

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?

For a simple 3-parameter tool with no annotations and an output schema that is not described, the description provides enough to invoke it correctly: action, parameter meanings, and source for the required ID. Missing only side-effect warnings, which prevents a 5.

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?

The input schema has 0% description coverage, but the description compensates fully by explaining exactly what each parameter means: host formats, site name/ID, and the device_id source (list_devices). This goes beyond the bare schema and gives an agent all necessary parameter-level knowledge.

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 uses a specific verb ('Trigger') and resource ('firmware upgrade on an adopted device'), clearly distinguishing it from related tools like adopt_device or restart_device. The action 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 Guidelines4/5

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

The description provides clear context for when to use the tool (upgrading firmware) and explicitly instructs how to obtain the required device_id from list_devices. It does not explicitly mention exclusions or alternatives, but the context is sufficient for an agent to select it appropriately.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/swkstudios/unifi-fabric-mcp-server'

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