Skip to main content
Glama

set_acl_rule_ordering

Set the sequence of ACL rules on a UniFi site to prioritize matches. Provide host, site, and ordering config to update rule order.

Instructions

Set the ordering of ACL rules for a site.

host: console name, ID, or composite ID (MAC:numericId format). site: site name or ID. ordering: ACL rule ordering configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
siteYes
orderingYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only states that ordering is 'set' and describes parameters; it does not reveal whether existing ordering is fully replaced, whether validation occurs, or whether the operation is reversible or destructive. This is a meaningful gap for a mutation tool.

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 compact and front-loaded with the purpose before parameter details. The parameter lines are mostly useful, though the 'ordering' line adds little information. Overall, there is no fluff, but the redundant ordering description keeps it from being a perfect 5.

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

Completeness2/5

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

For a mutating tool with a nested, unstructured 'ordering' object, the description is incomplete. It does not explain the expected shape of ordering, and no annotations or schema details compensate. Even though an output schema exists, the agent may not be able to construct a correct request without external examples.

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 description coverage is 0%, so the description must compensate. It adds useful meaning for host and site (formats like 'MAC:numericId', name or ID), but the key parameter 'ordering' is only described tautologically as 'ACL rule ordering configuration', leaving the actual object structure unexplained.

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 verb ('Set'), a precise resource ('ordering of ACL rules'), and the scope ('for a site'). This clearly distinguishes it from siblings like get_acl_rule_ordering, update_acl_rule, and the analogous set_firewall_policy_ordering.

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

Usage Guidelines3/5

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

The purpose statement implies this tool is for assigning ACL rule ordering rather than reading it, but it never explicitly mentions alternatives or when not to use it. The agent must infer usage context from the verb and resource rather than being given direct guidance.

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