Skip to main content
Glama

firewalla-mcp-server

MIT License
212
6
  • Apple

get_offline_devices

Retrieve a list of offline devices on the network, filtered by Firewalla box and sorted by last seen time, using a streamlined interface for monitoring device activity.

Instructions

Get all offline devices (convenience wrapper around get_device_status)

Input Schema

NameRequiredDescriptionDefault
boxNoFilter devices under a specific Firewalla box
limitNoMaximum number of offline devices to return
sort_by_last_seenNoSort devices by last seen time (default: true)

Input Schema (JSON Schema)

{ "properties": { "box": { "description": "Filter devices under a specific Firewalla box", "type": "string" }, "limit": { "default": 100, "description": "Maximum number of offline devices to return", "maximum": 500, "minimum": 1, "type": "number" }, "sort_by_last_seen": { "default": true, "description": "Sort devices by last seen time (default: true)", "type": "boolean" } }, "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