Skip to main content
Glama

OPNSense MCP Server

update_firewall_rule

Modify firewall rule settings on OPNSense MCP Server by updating UUID, enabled status, source, destination, ports, or description to adjust network security policies.

Instructions

Update a firewall rule

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew description
destinationNoNew destination
destinationPortNoNew destination port
enabledNoEnable/disable rule
sourceNoNew source
sourcePortNoNew source port
uuidYesFirewall rule UUID

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "New description", "type": "string" }, "destination": { "description": "New destination", "type": "string" }, "destinationPort": { "description": "New destination port", "type": "string" }, "enabled": { "description": "Enable/disable rule", "type": "boolean" }, "source": { "description": "New source", "type": "string" }, "sourcePort": { "description": "New source port", "type": "string" }, "uuid": { "description": "Firewall rule UUID", "type": "string" } }, "required": [ "uuid" ], "type": "object" }

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/vespo92/OPNSenseMCP'

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