From domotz
Generates a comprehensive health overview for a Domotz site using the Domotz MCP server, including agent status, device counts, active alerts, sensor health, and overall health score with recommendations.
How this command is triggered — by the user, by Claude, or both
Slash command
/domotz:site-overview <agent_id>The summary Claude sees in its command listing — used to decide when to auto-load this command
# Site Overview Generate a comprehensive health overview for a Domotz-monitored site including agent status, device counts, active alerts, and sensor health. ## Prerequisites - Domotz MCP server connected with valid API credentials - MCP tools `domotz_get_agent`, `domotz_list_devices`, `domotz_list_alerts`, and `domotz_list_eyes` available ## Steps 1. **Get agent details** Call `domotz_get_agent` with the `agent_id` to get site name, status, license info, and last seen time. 2. **Get device summary** Call `domotz_list_devices` for the agent. Paginate through all results. Aggre...
Generate a comprehensive health overview for a Domotz-monitored site including agent status, device counts, active alerts, and sensor health.
domotz_get_agent, domotz_list_devices, domotz_list_alerts, and domotz_list_eyes availableGet agent details
Call domotz_get_agent with the agent_id to get site name, status, license info, and last seen time.
Get device summary
Call domotz_list_devices for the agent. Paginate through all results. Aggregate:
Get active alerts
Call domotz_list_alerts for the agent. Count and categorize by severity and type.
Get sensor status
Call domotz_list_eyes for the agent. Summarize:
Build health report
Present a structured overview:
Recommend actions
Flag any issues needing attention: offline devices, active critical alerts, DOWN sensors, or license capacity concerns.
| Parameter | Type | Required | Description |
|---|---|---|---|
| agent_id | integer | Yes | The agent/site to review |
/site-overview --agent_id "12345"
/device-inventory - Detailed device list for the site/alert-status - Detailed alert breakdown/network-scan - Trigger a fresh network scan/device-lookup - Find a specific device at the sitenpx claudepluginhub wyre-technology/msp-claude-plugins --plugin domotz/site-devicesLists all devices at a Datto RMM site with optional filtering by status, device type, or alerts. Displays hostname, IP, OS, alert count, and last seen time.
/site-overviewGenerates a comprehensive site overview for RunZero, including asset counts, service distribution, explorer health, scan history, and security posture.
/agent-inventoryLists all devices and agents with status and health info, optionally filtered by OS or status. Supports --os and --status flags.
/device-infoGets detailed information about a NinjaOne device, including hardware, software, alerts, and recent activities, and presents a comprehensive summary.