MCP CompatibledeterministicUiPath
XAML Validator
Static analysis engine for UiPath XAML files with 71 deterministic lint rules. Detects LLM hallucination artifacts including phantom namespaces, impossible activity nesting, and fabricated properties. Enforces naming conventions, validates variable scoping, checks argument wiring, and ensures REFramework compliance. Produces structured violation reports with severity levels and fix suggestions.
uipathxamlvalidationlintquality
Version
v1.0.0
Features
- ✓71 deterministic lint rules
- ✓LLM hallucination detection
- ✓Naming convention enforcement
- ✓Variable scope validation
- ✓Structured violation reports
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
developmentQuick Actions
Compatibility
uipath