get_simple_statistics
Retrieve a basic statistics overview for network monitoring and analysis. Use this tool to gather specific group-level insights for Firewalla MSP firewall integration via MCP protocol.
Instructions
Retrieve basic statistics overview
Input Schema
Name | Required | Description | Default |
---|---|---|---|
group | No | Get statistics for specific box group |
Input Schema (JSON Schema)
{
"properties": {
"group": {
"description": "Get statistics for specific box group",
"type": "string"
}
},
"required": [],
"type": "object"
}