Skip to main content
Glama

firewalla-mcp-server

MIT License
212
6
  • Apple

resume_rule

Reactivate a paused firewall rule to restore its functionality. Input the rule ID and box GID to manage network security settings efficiently.

Instructions

Resume a previously paused firewall rule, restoring it to active state

Input Schema

NameRequiredDescriptionDefault
boxYesBox GID for context (required by API)
rule_idYesRule ID to resume

Input Schema (JSON Schema)

{ "properties": { "box": { "description": "Box GID for context (required by API)", "type": "string" }, "rule_id": { "description": "Rule ID to resume", "type": "string" } }, "required": [ "rule_id", "box" ], "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/amittell/firewalla-mcp-server'

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