Skip to main content
Glama

update_firewall_zone_proxy

Replace a UniFi firewall zone's configuration by ID via connector proxy. Provide host, site, zone_id, and new zone settings to apply.

Instructions

Update a firewall zone by ID via connector proxy.

host: console name, ID, or composite ID (MAC:numericId format). site: site name or ID. zone: full firewall zone configuration to replace with. zone_id: REQUIRED. Obtain it from list_firewall_zones_proxy (its id field).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
siteYes
zoneYes
zone_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It explicitly says 'full firewall zone configuration to replace with,' revealing that the operation is a full replacement (PUT-like) rather than a merge. It also discloses the composite ID format for host and the required zone_id source. It does not discuss side effects or permissions, but the key replacement semantics are clear.

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 compact and front-loaded, stating the core operation first, followed by a terse but useful parameter legend. There is no fluff or repetition; each sentence earns its place.

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?

The description covers purpose, parameter semantics, and a critical prerequisite (obtaining zone_id). It does not specify the internal structure of the 'zone' object, but the phrase 'full firewall zone configuration' directs the agent to use an existing config object. Since an output schema exists, return-value details are unnecessary. Overall, it is sufficient for correct invocation in most cases.

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 description coverage is 0%, so the description must compensate fully. It does: host explains accepted formats (console name, ID, or MAC:numericId), site is name or ID, zone is a full replacement configuration, and zone_id is marked REQUIRED with a retrieval source. This adds substantial meaning beyond the bare string/object type declarations.

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 states a specific action ('Update a firewall zone by ID') and names the resource, while 'via connector proxy' differentiates it from any non-proxy variant. It clearly distinguishes this from sibling firewall zone tools (list/create/get/delete).

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: this tool updates an existing firewall zone, and it tells the agent exactly how to obtain the required zone_id (from list_firewall_zones_proxy). It does not explicitly list alternatives or exclusion criteria, but the context is strong enough to guide usage.

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