Skip to main content
Glama
AIops-tools

firewall-aiops

apply_changes

Commit staged firewall changes to make them live. Use dry-run to preview the change set and lockout assessment before applying.

Instructions

[WRITE][risk=high] Commit staged firewall config — makes edits live.

This is the "make it live" step after staged edits (e.g. toggle_rule).

Reads the staged rule set first and REFUSES when committing it would provably cut the endpoint this tool manages the firewall through — disabling the 'pass' rule that permits management access, or enabling a 'block' rule that covers it, locks out this tool and the undo that would reverse it. Uncertain cases (alias destinations, 'any', interface groups) warn and proceed.

dry_run=True returns the full staged change set and its assessment, not just an acknowledgement — use it before every apply.

Args: dry_run: If True, return the staged change set + lockout assessment without applying. override: Proceed despite a certain lockout finding. Only for operators with console / out-of-band access who mean it. target: Firewall target name from config; omit for the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNo
dry_runNo
overrideNo
Behavior5/5

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

With no annotations provided, the description carries the full burden and excels. It discloses the write/high-risk nature, the refusal behavior on provable lockout, the warn-and-proceed for uncertain cases, and the dry_run return behavior. This is exceptionally transparent for a destructive action.

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 information-dense but well-structured with a clear header, context, safety explanation, dry_run guidance, and parameter breakdown. Every sentence earns its place; there is no fluff, and the risk tag is front-loaded.

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?

For a high-risk write tool with no annotations and no output schema, the description is complete: it covers when to use, what it does, safety behavior, dry_run semantics, and parameter meaning. The agent has everything needed to select and invoke correctly.

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 Args section explains each parameter beyond the schema: dry_run returns the full staged change set + assessment, override proceeds despite lockout findings, and target selects the firewall target. The schema has 0% coverage, so this description is essential and fully compensates.

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 'commits staged firewall config' and 'makes edits live,' which is a specific verb+resource pair. It distinguishes itself from siblings by positioning this as the 'make it live' step after staged edits like toggle_rule, and differentiates from undo_apply.

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?

Explicitly frames when to use: 'the "make it live" step after staged edits (e.g. toggle_rule)' and advises using dry_run before every apply. It also warns that override is only for operators with console/out-of-band access, giving clear usage boundaries.

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/AIops-tools/Firewall-AIops'

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