Skip to main content
Glama

firewalla-mcp-server

MIT License
16
6
  • Apple

get_statistics_by_box

Retrieve detailed statistics for Firewalla boxes, including top performers in blocked flows or security alarms, to enhance network security monitoring and analysis.

Instructions

Get statistics for each Firewalla box (top boxes by blocked flows or security alarms)

Input Schema

NameRequiredDescriptionDefault
groupNoGet statistics for specific box group
limitNoMaximum number of results (optional, default: 5)
typeNoStatistics type to retrievetopBoxesByBlockedFlows

Input Schema (JSON Schema)

{ "properties": { "group": { "description": "Get statistics for specific box group", "type": "string" }, "limit": { "default": 5, "description": "Maximum number of results (optional, default: 5)", "minimum": 1, "type": "number" }, "type": { "default": "topBoxesByBlockedFlows", "description": "Statistics type to retrieve", "enum": [ "topBoxesByBlockedFlows", "topBoxesBySecurityAlarms" ], "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