list_jobsAUiPath MCP ServerRetrieve UiPath jobs with optional state filter. Get a list of jobs by state such as Pending, Running, Successful, Faulted, or Stopped.MIT
stop_jobBUiPath MCP ServerStop a running UiPath job. Choose between a graceful SoftStop or an immediate Kill to end the process.MIT
list_robotsBUiPath MCP ServerRetrieve a list of UiPath robots registered in the Orchestrator tenant. Optionally limit the number of results returned.MIT
list_machinesBUiPath MCP ServerList all UiPath machines registered in your Orchestrator tenant, with an optional limit on the number of items returned.MIT
list_processesBUiPath MCP ServerLists UiPath processes (Releases) from the current folder. Optionally limit the number of items returned using the top parameter.MIT
add_queue_itemCUiPath MCP ServerAdd a new item to a UiPath queue with specific content to trigger automated workflows.MIT
get_jobAUiPath MCP ServerFetch a single job's details from UiPath Orchestrator using its numeric job ID.MIT
list_assetsAUiPath MCP ServerRetrieve a list of assets configured in the current UiPath Orchestrator folder. Optionally limit the number of assets returned.MIT
start_jobBUiPath MCP ServerInitiates a UiPath process run using its release key. Allows optional assignment to specific robots and input parameters.MIT
list_queue_itemsBUiPath MCP ServerRetrieve queue items from UiPath Orchestrator, optionally filtered by queue name and status.MIT