Skip to main content
Glama

firewalla-mcp-server

MIT License
212
6
  • Apple

get_device_status

Monitor the online or offline status of devices within a Firewalla network by specifying device limits, box IDs, or group IDs for targeted tracking.

Instructions

Check online/offline status of devices on Firewalla network

Input Schema

NameRequiredDescriptionDefault
boxNoGet devices under a specific Firewalla box (requires box ID)
groupNoGet devices under a specific box group (requires group ID)
limitYesMaximum number of devices to return (required)

Input Schema (JSON Schema)

{ "properties": { "box": { "description": "Get devices under a specific Firewalla box (requires box ID)", "type": "string" }, "group": { "description": "Get devices under a specific box group (requires group ID)", "type": "string" }, "limit": { "description": "Maximum number of devices to return (required)", "maximum": 1000, "minimum": 1, "type": "number" } }, "required": [ "limit" ], "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