Skip to main content
Glama

get_work_item

Read-only

Retrieve full details of a Polarion work item by project and work item ID. Optionally include raw HTML description for round-trip editing.

Instructions

Get full details of a single Polarion work item.

With include_description_html=True, description_html carries the raw Polarion HTML body — the round-trip shape for update_work_item. Only feed it back when the flag was True (False blanks it; "" = unchanged).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesPolarion project ID.
work_item_idYesWork Item ID (e.g. 'MCPT-001').
include_description_htmlNoWhen True, fill ``description_html`` with raw HTML for round-trip editing.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
titleYes
typeYes
statusYes
priorityNo
updatedNo
space_idNo
document_nameNo
assignee_idsNo
description_htmlNo
project_idYes
author_idNo
createdNo
resolutionNo
severityNo
outline_numberNo
hyperlinksNo
custom_fieldsNo
Behavior4/5

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

The annotation already indicates readOnlyHint=true, which is consistent. The description adds value by explaining the behavior of the include_description_html parameter, including the round-trip shape for update_work_item and the blanking behavior. No additional behavioral traits are disclosed, but the description augments the annotation.

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 very concise with two sentences, front-loaded with purpose. Every sentence adds value, and there is no wasted text.

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?

An output schema exists, so return values need not be described. The description covers the main purpose and the key parameter behavior. There is no mention of error conditions or prerequisites, but for a simple read tool with a single important parameter, it is fairly 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%, so baseline is 3. The description adds significant meaning for the include_description_html parameter by explaining its purpose for round-trip editing. For project_id and work_item_id, the schema descriptions are sufficient, so the description provides extra value for one parameter.

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 'Get full details of a single Polarion work item,' which is specific and identifies the resource. However, it does not differentiate from the sibling tool 'read_work_item', which likely has a similar purpose.

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

Usage Guidelines3/5

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

The description provides detailed usage guidance for the include_description_html parameter, but there is no explicit guidance on when to use this tool vs alternatives like 'read_work_item' or 'list_work_items'. The use case is implied but not differentiated.

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