MCP CompatibledeterministicUiPath
Asset & Process Discovery
Comprehensive asset and process discovery tool that catalogs your entire UiPath environment. Normalizes varied asset types into a canonical schema, maps folder hierarchies, and runs governance checks including credential hygiene, naming conventions, and process health.
uipathassetsprocessesgovernancediscovery
Version
v1.0.0
Features
- ✓Asset normalization
- ✓Process cataloging
- ✓Credential hygiene checks
- ✓Naming convention enforcement
- ✓Folder hierarchy mapping
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
governanceQuick Actions
Compatibility
uipath