MCP CompatibledeterministicUiPath

Selector Builder

Generates optimized UiPath selectors from UI element inspection data. Produces three selector variants: strict for exact match on stable UIs, fuzzy with wildcards for dynamic content, and dynamic with parameterized bindings for runtime flexibility. Validates selector syntax, detects fragile patterns, and suggests resilience improvements. Supports Desktop, Web, SAP, and Citrix targets.

uipathselectorsui-automationdesktopweb
Version
v1.0.0

Features

  • Strict, fuzzy, and dynamic variants
  • Selector syntax validation
  • Fragile pattern detection
  • Multi-target support
  • Resilience recommendations

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

ui-automation

Compatibility

uipath