get_orchestrator_summary
Discover all folders, their processes, and queues in UiPath Orchestrator. Use this to get exact names for folder, process, and queue parameters in other tools.
Instructions
Return all non-workspace folders with their deployed processes and queue names.
This is the primary discovery tool. Call it once at the start of any session or whenever the folder name, process name, or queue name is unknown. The names returned here are the exact values expected by folder_name, process_name, and queue_name parameters in all other tools.
Returns a list of objects: {folder, processes: [...], queues: [...]}. Personal workspace folders are excluded automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||