Skip to main content
Glama

firewalla-mcp-server

MIT License
16
6
  • Apple

create_target_list

Create and manage custom target lists of domains, IPs, or CIDR ranges for network security and filtering on the MCP-compatible Firewalla MSP firewall server.

Instructions

Create a new target list

Input Schema

NameRequiredDescriptionDefault
categoryNoContent category (optional)
nameYesTarget list name (required, max 24 chars)
notesNoAdditional description (optional)
ownerYesOwner: "global" or box GID (required)
targetsYesArray of domains, IPs, or CIDR ranges (required)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Content category (optional)", "enum": [ "ad", "edu", "games", "gamble", "intel", "p2p", "porn", "private", "social", "shopping", "video", "vpn" ], "type": "string" }, "name": { "description": "Target list name (required, max 24 chars)", "maxLength": 24, "type": "string" }, "notes": { "description": "Additional description (optional)", "type": "string" }, "owner": { "description": "Owner: \"global\" or box GID (required)", "type": "string" }, "targets": { "description": "Array of domains, IPs, or CIDR ranges (required)", "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "owner", "targets" ], "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