MCP CompatibledeterministicUiPath
Expression Library
Comprehensive reference library of UiPath-compatible expressions in both VB.NET and C#. Covers DataTable LINQ queries, DateTime parsing and formatting, string manipulation, regex patterns, type conversions, collection operations, and JSON/XML handling. Each expression includes syntax, examples, common pitfalls, and UiPath-specific notes for Studio compatibility.
uipathexpressionsvbnetcsharpreference
Version
v1.0.0
Features
- ✓VB.NET and C# coverage
- ✓DataTable LINQ queries
- ✓DateTime operations
- ✓String manipulation patterns
- ✓UiPath Studio compatibility notes
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