Skip to main content
Glama

firewalla-mcp-server

MIT License
212
6
  • Apple

search_target_lists

Filter and retrieve target lists by criteria such as name, owner, category, or specified targets, enabling precise search within network security configurations.

Instructions

Search target lists with client-side filtering (convenience wrapper around get_target_lists)

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter by category
limitNoMaximum number of target lists to return
ownerNoFilter by owner (global or box gid)
queryNoSearch query for target lists. Supported fields: name:*Social*, owner:global/box_gid, category:social/games/ad/porn/etc, targets:*.facebook.com, notes:"description text". Examples: "category:social", "owner:global AND name:*Block*", "targets:*.gaming.com"

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Filter by category", "type": "string" }, "limit": { "default": 100, "description": "Maximum number of target lists to return", "maximum": 500, "minimum": 1, "type": "number" }, "owner": { "description": "Filter by owner (global or box gid)", "type": "string" }, "query": { "description": "Search query for target lists. Supported fields: name:*Social*, owner:global/box_gid, category:social/games/ad/porn/etc, targets:*.facebook.com, notes:\"description text\". Examples: \"category:social\", \"owner:global AND name:*Block*\", \"targets:*.gaming.com\"", "type": "string" } }, "required": [], "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