Skip to main content
Glama
adamstuber

uipath-orchestrator-mcp

by adamstuber

get_job_logs

Fetch paginated robot execution logs for a job, with filters for log levels and time ranges.

Instructions

Retrieve paginated robot execution logs for a specific job.

Use diagnose_job instead when the goal is to understand a failure — it combines job metadata with error logs and recent context in a single focused response. Use get_job_logs when you need full log pagination, specific time ranges, or log levels that diagnose_job doesn't surface.

Log levels (lowest to highest): Trace, Info, Warn, Error, Fatal.

Args: job_id: The ID of the job. folder_name: The display name of the folder containing the job. batch_size: Number of log entries to return (default 100). skip: Number of entries to skip for pagination. min_level: Minimum log level to return — 'Trace', 'Info', 'Warn', 'Error', or 'Fatal'. Ignored if log_levels is provided. log_levels: Exact levels to include, e.g. ['Error', 'Fatal']. Takes priority over min_level. start_time: Return logs at or after this ISO 8601 datetime string. end_time: Return logs at or before this ISO 8601 datetime string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNo
job_idYes
end_timeNo
min_levelNo
batch_sizeNo
log_levelsNo
start_timeNo
folder_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It goes beyond a basic statement by explaining pagination, log level precedence ('Ignored if log_levels is provided', 'Takes priority over min_level'), and the order of log levels. However, it does not mention edge-case behaviors such as error handling, timezone assumptions for timestamps, or log ordering, so it is not fully exhaustive.

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 well-structured: a one-sentence purpose, two sentences for tool selection, a brief note on log level ordering, and a clean Args list. No sentence is redundant; the structure makes scanning easy.

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?

For an 8-parameter tool with no annotations and zero schema coverage, the description covers all parameters, usage guidance, and behavioral nuances. The presence of an output schema means return values need not be explained. Minor gaps include no mention of timestamp timezone handling, log ordering, or behavior when the job is not found, keeping it from being fully complete.

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?

Schema description coverage is 0%, so the description must compensate, and it does so thoroughly. Every parameter gets a plain-language explanation: job_id, folder_name, batch_size, skip, min_level, log_levels, start_time, and end_time. It even clarifies the relationship between min_level and log_levels, which is not evident from the schema alone.

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 opens with a clear and specific verb-resource pairing: 'Retrieve paginated robot execution logs for a specific job.' It also explicitly distinguishes itself from the sibling tool diagnose_job by contrasting use cases, making it unmistakably distinct.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use guidance: 'Use diagnose_job instead when the goal is to understand a failure' and 'Use get_job_logs when you need full log pagination, specific time ranges, or log levels that diagnose_job doesn't surface.' This directly names an alternative and gives clear usage boundaries.

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