Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP port for SSE mode3000
UIPATH_URLYesUiPath Orchestrator base URL
MCP_TRANSPORTNoTransport modestdio
UIPATH_CLIENT_IDYesExternal Application client ID
UIPATH_FOLDER_IDNoDefault folder ID
UIPATH_TENANT_NAMENoTenant nameDefault
UIPATH_CLIENT_SECRETYesExternal Application client secret
UIPATH_DISABLE_SSL_VERIFYNoDisable SSL verification0

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
uipath_get_foldersC

Get folders from UiPath Orchestrator.

uipath_get_robotsA

Get robots from UiPath Orchestrator with optional folder filtering.

uipath_get_machinesC

Get machines from UiPath Orchestrator.

uipath_get_robot_assetA

Get an asset value for a robot by ID and asset name.

uipath_get_robot_logsC

Get robot logs with optional filters.

uipath_get_queue_definitionsA

Get all queue definitions from UiPath Orchestrator. Returns list of queues with their configuration.

uipath_get_queue_itemsB

Get queue items from UiPath Orchestrator with optional filtering by queue, status, etc.

uipath_add_queue_itemB

Add a new item to a UiPath queue. The item will be processed by robots.

uipath_get_queue_statsA

Get statistics for a specific queue including item counts by status and success rate.

uipath_get_jobsB

Get jobs from UiPath Orchestrator with optional filtering by state or process name. Requires folderId for most operations.

uipath_get_job_detailsA

Get detailed information about a specific job by its ID.

uipath_start_jobB

Start a new job for a process/release in UiPath Orchestrator.

uipath_stop_jobB

Stop a running job in UiPath Orchestrator.

uipath_get_job_statsB

Get overall job statistics including counts by state and success rate.

uipath_get_releasesB

Get available releases/processes from UiPath Orchestrator.

uipath_get_dashboard_summaryC

Get a comprehensive dashboard summary with queue and job statistics.

uipath_get_sessionsA

Get active robot sessions from UiPath Orchestrator. Shows which robots are connected and their current state (Available, Busy, Disconnected).

uipath_get_assetsA

List all assets in a UiPath Orchestrator folder. Assets store configuration values, credentials, and other data used by automations.

uipath_get_schedulesA

Get process schedules/triggers from UiPath Orchestrator. Shows when automations are scheduled to run, their cron expressions, and next execution times.

uipath_get_audit_logsA

Get audit log entries from UiPath Orchestrator. Tracks who did what and when - useful for compliance and debugging.

uipath_get_faulted_jobsA

Get faulted/failed jobs with error details. Returns job errors, durations, and failure info for troubleshooting automation failures.

uipath_get_process_performanceA

Get performance analytics for a specific process/automation. Returns success rate, average execution duration, min/max times, and recent execution history.

uipath_get_folder_overviewB

Get a comprehensive overview of a folder including job counts by state, queue count, release count, and robot count. Useful for understanding folder health at a glance.

uipath_get_consumption_license_statsA

Gets consumption licensing usage statistics (platform units). Shows used vs total for each license type over time. Requires License.View permission.

uipath_get_license_statsA

Gets traditional licensing usage statistics. Shows robot counts by type over time. Requires License.View permission.

uipath_get_licenses_runtimeA

Gets runtime license details for a specific robot type. Shows machine assignments, runtimes, and online status.

uipath_get_licenses_named_userA

Gets named-user license details for a specific robot type. Shows user assignments, login dates, and machine associations.

uipath_get_count_statsB

Gets the total number of various entities registered in Orchestrator (Processes, Assets, Queues, Schedules).

uipath_get_sessions_statsB

Gets the total number of robots aggregated by state (Available, Busy, Disconnected, Unresponsive).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
UiPath FoldersList of all folders in UiPath Orchestrator
UiPath RobotsList of robots in UiPath Orchestrator
UiPath MachinesList of machines in UiPath Orchestrator
UiPath QueuesList of all queue definitions in UiPath Orchestrator
Recent JobsRecent jobs from UiPath Orchestrator
ReleasesAvailable releases/processes in UiPath Orchestrator
Dashboard SummaryOverall dashboard statistics for queues and jobs
UiPath SessionsActive robot sessions in UiPath Orchestrator
UiPath AssetsAssets configured in UiPath Orchestrator
Process SchedulesScheduled process triggers in UiPath Orchestrator

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DanielaRosenn/uipath_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server