get_boxes
Use this tool to fetch a list of Firewalla boxes within specified groups, enabling efficient network management and security monitoring via the MCP server.
Instructions
Retrieve list of Firewalla boxes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
group | No | Get boxes within a specific group (requires group ID) |
Input Schema (JSON Schema)
{
"properties": {
"group": {
"description": "Get boxes within a specific group (requires group ID)",
"type": "string"
}
},
"required": [],
"type": "object"
}