Skip to main content
Glama

firewalla-mcp-server

MIT License
212
6
  • Apple

update_target_list

Modify an existing target list in the Firewalla MCP server by updating its name, targets, category, or description to enhance network security and filtering efficiency.

Instructions

Update an existing target list

Input Schema

NameRequiredDescriptionDefault
categoryNoUpdated content category
idYesTarget list ID (required)
nameNoUpdated target list name (max 24 chars)
notesNoUpdated description
targetsNoUpdated array of domains, IPs, or CIDR ranges

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Updated content category", "enum": [ "ad", "edu", "games", "gamble", "intel", "p2p", "porn", "private", "social", "shopping", "video", "vpn" ], "type": "string" }, "id": { "description": "Target list ID (required)", "type": "string" }, "name": { "description": "Updated target list name (max 24 chars)", "maxLength": 24, "type": "string" }, "notes": { "description": "Updated description", "type": "string" }, "targets": { "description": "Updated array of domains, IPs, or CIDR ranges", "items": { "type": "string" }, "type": "array" } }, "required": [ "id" ], "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