LogicMonitor
nocrash_report_failure
Report that a workflow failed. Records the error and updates the watched item's status. Include as much detail as possible — error message, failing step, and any context an agent or human will need to debug.
Remote nocrash/monitor
Remote (network-hosted)
Other tools also called nocrash_report_failure?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"watch_id": {
"type": "string",
"description": "The watch ID (e.g., mon_a1b2c3d4e5f6)"
},
"failed_node": {
"type": "string",
"description": "Which step/node failed (e.g., 'Send Slack Message')"
},
"error_message": {
"type": "string",
"description": "What went wrong (e.g., 'Slack API returned 403 Forbidden')"
}
}
}