Get Firewalla Alarm
firewalla_get_alarmRetrieve detailed information about a specific Firewalla security alarm by providing the box ID and alarm ID to analyze network security events.
Instructions
Fetch the full detail of a single alarm by gid (box id) + aid (alarm id). Use this after firewalla_search_alarms to drill into one event.
Args:
gid (string, required): Box id (from firewalla_list_boxes).
aid (string, required): Alarm id (from firewalla_search_alarms).
response_format ('markdown' | 'json'): Output format (default: markdown).
Returns the full alarm record, which may include device, remote endpoint, category, timestamps, and any alarm-type-specific detail fields the MSP API surfaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gid | Yes | Box id (from firewalla_list_boxes). | |
| aid | Yes | Alarm id (from firewalla_search_alarms results). Accepts number or string; the API returns numeric ids. | |
| response_format | No | Output format. 'markdown' (default) renders human-readable audit tables. 'json' returns structured data suitable for chaining into another tool call. | markdown |