LogicMonitor
nocrash_get_watch
Get full details for one watched item: schedule, recent activity, error history, and next expected run. `last_error_message` is the most recent error string seen, regardless of current status; use `last_error_state` ("current" or "resolved") to tell whether it's the current problem or already cleared. Both are nil when the watch has never errored.
Remote nocrash/monitor
Remote (network-hosted)
Other tools also called nocrash_get_watch?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"watch_id": {
"type": "string",
"description": "The watch ID (e.g., mon_a1b2c3d4e5f6)"
}
}
}