LogicMonitor
nocrash_list_watches
List every watched item with its current status (green/yellow/red), optionally filtered by status. Also returns an overall health summary using the same display buckets (needs_help, needs_a_look, fine, waiting) the dashboard and nocrash_get_health show, so totals never contradict across tools. Each watch includes `last_error_message` (most recent error seen, regardless of current status) and `last_error_state` ("current" or "resolved"); both are nil when the watch has never errored.
Remote nocrash/monitor
Remote (network-hosted)
Other tools also called nocrash_list_watches?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"status": {
"enum": [
"green",
"yellow",
"red"
],
"type": "string",
"description": "Filter by raw status. Omit to see all watches."
}
}
}