Skip to main content
Glama

update_work_item_link

Set the suspect flag or revision pin on an existing outgoing link between work items. Identify the link by role and target work item ID.

Instructions

Set suspect and/or revision on one existing outgoing link.

Identify the link via list_work_item_links(direction="forward") (role + target address one link). None = unchanged; at least one of suspect / revision required. One link per call. A role typo 404s.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleYesRole id of the existing link.
dry_runNoPreview payload without calling Polarion.
suspectNoNew suspect flag; None = unchanged.
revisionNoNew revision pin; None = unchanged.
project_idYesSource work item's project ID.
work_item_idYesSource work item ID.
target_project_idNoDefaults to the source's project.
target_work_item_idYesTarget work item ID.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dry_runYes
link_idYes
updatedYes
payload_previewYes
Behavior4/5

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

Annotations already indicate this is a non-readonly, non-idempotent mutation. Description adds behavioral details: 'One link per call' and 'A role typo 404s,' which are beyond annotations. No contradiction with annotations.

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?

Three sentences, no waste. Front-loaded with main purpose. Each sentence is informative and earns its place.

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?

Given 8 parameters and existing output schema, description covers core action, constraints, and identification method. Does not explain return values, but output schema exists to provide that. Adequately complete.

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

Parameters4/5

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

Schema description coverage is 100%, but description adds meaning: explains that 'None = unchanged' for suspect/revision, and that at least one is required. Also clarifies role identification via list_work_item_links. Adds value beyond 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?

Description clearly states 'Set suspect and/or revision on one existing outgoing link,' specifying the verb and resource. It distinguishes from sibling tools like create_work_item_links (creates new links) and delete_work_item_links (deletes links).

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?

Provides guidance on identifying the link via list_work_item_links, states constraints (at least one of suspect/revision required, one link per call, role typo leads to 404). However, does not explicitly compare to sibling tools for when to use this tool vs creating or deleting links.

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/devemberx/mcp-server-polarion'

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