Help us improve
Share bugs, ideas, or general feedback.
From domotz
Generates health overview for a Domotz site by agent ID, including agent status, device counts, active alerts, sensor health, overall score, and action recommendations.
npx claudepluginhub wyre-technology/msp-claude-plugins --plugin domotzHow this command is triggered — by the user, by Claude, or both
Slash command
/domotz:site-overviewThe 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...
/site-devicesLists devices at a Datto RMM site by name or UID, optionally filtered by status, type, or open alerts. Shows grouped list with status, IP, OS, alerts, last seen.
/site-overviewGenerates overview of a RunZero site including assets, services, explorer health, scan history, and security posture. Requires site_id.
/agent-inventoryLists all organization devices and agents with status/health info, OS/status breakdowns, stale devices (>24h), deployment keys, and coverage gaps.
/device-infoFetches detailed information about a NinjaOne device by ID, including system details, hardware inventory, software, active alerts, and recent activities.
/asset-inventoryGenerates SentinelOne asset inventory summary by surface type (ENDPOINT, CLOUD, IDENTITY, NETWORK_DISCOVERY) across managed environments, with per-client counts, health status, and coverage metrics.
/liongard-health-checkChecks Liongard API connectivity and returns a health summary with environment counts, agent status, and recent detections.
Share bugs, ideas, or general feedback.
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 site