Skip to main content
Glama

uipath_add_queue_item

Add an item to a UiPath queue for automated processing by robots. Specify queue name, data, and optional priority or reference.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesThe data/content for the queue item
folderIdNoFolder ID where the queue exists
priorityNoItem priority (default Normal)
queueNameYesName of the queue to add item to
referenceNoOptional unique reference for tracking
Behavior2/5

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

With no annotations, the description must carry the full burden of behavioral disclosure. It mentions that the item 'will be processed by robots', hinting at asynchronous behavior, but doesn't disclose details like whether the queue must exist, potential failure modes, or what the response contains. This is insufficient for a write operation.

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 two short sentences, front-loaded with the primary action and resource. Every word earns its place, with no unnecessary detail or repetition.

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

Completeness2/5

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

Despite having 5 parameters including a nested object, no output schema, and no annotations, the description provides very little context. It doesn't explain what 'data' should contain, how priority/reference interact, or what happens after the call. This left the agent with significant gaps for a tool with such complexity.

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?

The schema descriptions cover 100% of parameters, so the baseline is 3. The tool description adds no additional parameter-specific meaning beyond the schema, but it doesn't need to since the schema already documents each parameter effectively.

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 explicitly states the action ('Add a new item') and the resource ('a UiPath queue'), and adds context that the item will be processed by robots. This clearly distinguishes it from sibling read-only tools like uipath_get_queue_items and uipath_get_queue_stats.

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 no explicit guidance on when to use this tool versus alternatives, nor any exclusions or prerequisites. It only states the general purpose, leaving the agent to infer usage from the tool name and context.

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