Skip to main content
Glama

manage_acl_rule

Destructive

Manage network access control by listing, creating, updating, deleting, or reordering ACL rules to allow or block traffic based on source/destination filters.

Instructions

List, create, update, delete, or reorder ACL (Access Control List) rules. ACL rules provide fine-grained network access control beyond firewall policies. LIST: returns all ACL rules with ordering. CREATE: define source/destination criteria and allow/deny action. REORDER: pass { ruleIds: ['id1', 'id2', ...] } — order matters, first match wins.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesOperation to perform
ruleIdNoACL rule ID (required for update/delete)
nameNoACL rule name. Convention: 'acl-{action}-{what}', e.g. 'acl-allow-printers', 'acl-block-cameras-wan'
typeNoACL rule type
enabledNoWhether the rule is active
ruleActionNoWhether to ALLOW or BLOCK matched traffic
descriptionNoHuman-readable description of the rule's purpose
sourceFilterNoTraffic source filter
destinationFilterNoTraffic destination filter
ruleIdsNoOrdered list of rule IDs for reorder action
filterNoFilter expression (for list only)
Behavior4/5

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

The description reveals that reorder passes an ordered list and 'first match wins', adding behavioral context beyond the destructiveHint annotation. However, it does not detail other mutation behaviors like update/delete effects.

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 concise and front-loaded with the main verb list, but uses a bullet-like layout that could be more structured. Every sentence adds value.

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

Completeness3/5

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

The tool has 11 parameters and nested objects with no output schema. The description covers list, create, and reorder but lacks details on update/delete and return value format, leaving gaps for a complex tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema coverage, the description adds value by explaining the action enum and providing concrete examples for list and reorder parameters (e.g., ruleIds format), going beyond the schema's descriptions.

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 tool lists, creates, updates, deletes, or reorders ACL rules, and distinguishes it from firewall policies by mentioning 'fine-grained network access control beyond firewall policies'.

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 explains when to use the tool (for ACL rules beyond firewall policies) and provides specifics for list, create, and reorder actions, but does not explicitly exclude alternative tools like manage_firewall_policy.

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

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