MCP CompatibledeterministicUiPath
Job Failure Analyzer
Automatically classifies UiPath job failures using a comprehensive decision tree covering business rules, selectors, connectivity, resources, and more. Builds evidence packs with full context and generates prioritized recommendations aligned with REFramework best practices.
uipathjobsfailuresmonitoringreframework
Version
v1.0.0
Features
- ✓Failure classification
- ✓Evidence packs
- ✓Trend analysis
- ✓Recurring failure detection
- ✓REFramework alignment
Input Schema
{
"type": "object",
"properties": {
"orchestrator_url": {
"type": "string",
"description": "UiPath Orchestrator base URL"
},
"auth_token": {
"type": "string",
"description": "Bearer token for authentication"
}
},
"required": [
"orchestrator_url",
"auth_token"
]
}Output Schema
{
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"success",
"failure",
"escalation"
]
},
"result": {
"type": "object",
"description": "Skill-specific output data"
},
"evidence": {
"type": "object",
"description": "Audit trail and evidence pack"
}
},
"required": [
"status",
"result"
]
}Category
monitoringQuick Actions
Compatibility
uipath