Skip to main content
Glama

firewalla-mcp-server

MIT License
212
6
  • Apple

get_bandwidth_usage

Monitor and retrieve top bandwidth-consuming devices on your network over specified time periods using period and limit filters. Helps track network usage efficiently.

Instructions

Get top bandwidth consuming devices (convenience wrapper around get_device_status)

Input Schema

NameRequiredDescriptionDefault
boxNoFilter devices under a specific Firewalla box
limitNoNumber of top devices to return
periodYesTime period for bandwidth calculation

Input Schema (JSON Schema)

{ "properties": { "box": { "description": "Filter devices under a specific Firewalla box", "type": "string" }, "limit": { "default": 10, "description": "Number of top devices to return", "maximum": 500, "minimum": 1, "type": "number" }, "period": { "description": "Time period for bandwidth calculation", "enum": [ "1h", "24h", "7d", "30d" ], "type": "string" } }, "required": [ "period" ], "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