Skip to main content
Glama
adamstuber

uipath-orchestrator-mcp

by adamstuber

list_machines

List machines from UiPath Orchestrator, optionally filtering by folder name to view machines in a specific folder.

Instructions

List machines, optionally scoped to a specific folder.

Args: folder_name: The display name of the folder (optional). If omitted, returns all machines.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folder_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It correctly identifies this as a read-only listing operation and specifies the default behavior when folder_name is omitted. However, it does not disclose potential edge behaviors like whether folder scoping includes subfolders, exact match requirements, or pagination, leaving some gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise, front-loading the key action and optional parameter. Every sentence adds value, and the format is clean and readable, with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple with one optional parameter, and the description covers the action, scoping semantics, and default behavior. Since an output schema exists, return values are not the description's responsibility. A minor gap is the absence of details about folder-matching behavior, but overall the context is sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides only the property name, type, and default with 0% coverage. The description compensates by explaining that folder_name is the display name, is optional, and defines the behavior when omitted, adding significant meaning beyond the raw schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('list') and resource ('machines'), and clearly states the optional folder scoping. This distinguishes it from sibling list tools (e.g., list_folders, list_jobs) by naming a unique resource, making the purpose immediately clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states that folder_name is optional and that omitting it returns all machines, giving clear context for parameter usage. It does not name alternatives, but no sibling tool overlaps with listing machines, so the lack of exclusions is acceptable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/adamstuber/uipath-orchestrator-mcp'

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