Skip to main content
Glama

firewalla-mcp-server

MIT License
16
6
  • Apple

get_offline_devices

Retrieve a list of offline devices from the Firewalla MCP server, sorted by last seen time, with options to filter by box and limit results for efficient network monitoring.

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