Skip to main content
Glama

Polarion MCP Server

by Sdunga1

get_polarion_work_item

Retrieve complete details, relationships, and metadata for specific Polarion work items identified through search results to analyze requirements, tasks, and specifications.

Instructions

<purpose>Get detailed information about a specific work item</purpose> <when_to_use> - AFTER using get_polarion_work_items() to identify specific work items of interest - When you need complete details about a requirement, task, or specification - When you need full content, relationships, and metadata - For deep analysis of specific work items </when_to_use> <workflow_position> STEP 1: Use get_polarion_work_items() to discover and filter work items STEP 2: Identify specific work_item_id from the results STEP 3: Use this tool to get complete details STEP 4: Analyze relationships and linked items if needed </workflow_position> <parameters> - project_id: Required. Must match project from previous search - work_item_id: Required. Get from get_polarion_work_items() results - fields: "@basic" for essential info, "@all" for complete details including relationships </parameters> <examples> - Detailed requirement analysis: fields="@all" - Quick verification: fields="@basic" - Understanding relationships: fields="@all" (includes linked items) </examples> <output> Complete work item details including: - Full description and content - Relationships to other work items - Metadata and status information - Approval and review information </output> <note> Use this tool sparingly - only when you need detailed information about specific items identified through get_polarion_work_items() searches </note>

Input Schema

NameRequiredDescriptionDefault
fieldsNo@basic
project_idYes
work_item_idYes

Input Schema (JSON Schema)

{ "properties": { "fields": { "default": "@basic", "title": "Fields", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" }, "work_item_id": { "title": "Work Item Id", "type": "string" } }, "required": [ "project_id", "work_item_id" ], "type": "object" }

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/Sdunga1/MCP-Polarion'

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