Skip to main content
Glama

uipath_get_jobs

Retrieve UiPath Orchestrator jobs with optional filters by state, process name, or folder ID. Use it to monitor and manage automation job statuses.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum jobs to return (default 50)
stateNoFilter by job state
folderIdNoFolder ID to filter jobs (required for most operations)
releaseNameNoFilter by release/process name
Behavior2/5

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

With no annotations provided, the description carries the full burden. It discloses a folderId requirement, which is useful, but it fails to clarify key behavioral aspects like whether this is a read-only operation (though implied by 'Get'), what happens if folderId is omitted, pagination behavior (despite a limit parameter), or the structure of the returned data. The vague 'most operations' adds ambiguity.

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 a single sentence that front-loads the action, includes the key optional filters, and adds a critical prerequisite. There is zero waste; every word earns its place.

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

Completeness3/5

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

For a list-style read tool with full schema coverage, the description is minimally viable but leaves gaps. It does not explain the return format, mention pagination or default limit, distinguish from similar job-related tools, or clarify operational prerequisites beyond folderId. Given the presence of many sibling tools and no output schema, more context would be helpful.

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

Parameters3/5

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

Schema coverage is 100%, so all parameters are documented in the schema. The description mentions 'state or process name', which maps to the 'state' and 'releaseName' parameters, but adds no additional meaning or format details beyond what the schema already provides. This is an exact baseline scenario.

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

Purpose4/5

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

The description clearly states the tool retrieves jobs from UiPath Orchestrator with optional filtering by state or process name, which is a specific verb+resource+scope. It distinguishes itself somewhat from siblings like get_job_details or get_faulted_jobs by the mention of filtering, but it does not explicitly contrast with them.

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

Usage Guidelines2/5

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

The description provides a prerequisite ('Requires folderId for most operations') but gives no guidance on when to use this tool versus alternatives such as uipath_get_job_details or uipath_get_faulted_jobs. There is no mention of exclusions or preferred scenarios, leaving the agent without clear selection criteria.

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/DanielaRosenn/uipath_mcp'

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