MCP Server Polarion
UnclaimedMCP server for Polarion ALM — read and write documents, work items, test runs, traceability links, and comments from any MCP-compatible AI assistant
Install
pip install uvUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (40)
copy_document
Copy a document to a new name, space, or project
create_document
Create a new document
create_document_attachments
Upload one or more local files as document attachments
create_test_records
Record test-case execution results on a test run
create_test_runs
Create one or more test runs, optionally from a template
create_work_item_links
Create one or more outgoing links from a source work item
create_work_items
Create one or more work items in a single request
delete_work_item_links
Delete one or more outgoing links from a source work item
get_document
Get document metadata, optionally with the raw body HTML
get_document_attachment_content
Fetch an image attachment for viewing (bitmap as image, SVG as text)
get_html_recipes
Fetch copy-paste Polarion HTML templates for raw-HTML body edits
get_sql_query_recipes
Fetch copy-paste SQL recipes for advanced queries
get_test_record
Get one test record's execution comment and test-case revision
get_test_record_attachment_content
Fetch a test record image attachment for viewing (bitmap as image, SVG as text)
get_test_run
Get test run details, optionally with the raw HTML report body
get_work_item
Get work item details with the body as raw HTML
get_work_item_attachment_content
Fetch a work item image attachment for viewing (bitmap as image, SVG as text)
list_document_attachments
List a document's attachments with file name, size, and author
list_document_comments
List a document's comments with thread relationships
list_document_enum_options
Resolve valid enum ids for a document field
list_documents
List documents in a project
list_projects
List accessible projects
list_test_record_attachments
List a test record's attachments with file name, size, and author
list_test_records
List a test run's execution records, one per test case iteration
list_test_runs
List test runs in a project (Lucene query, templates filter)
list_work_item_attachments
List a work item's attachments with file name, size, and author
list_work_item_comments
List a work item's comments with thread relationships
list_work_item_enum_options
Resolve valid enum ids for a work item field
list_work_item_links
List a work item's outgoing or incoming links
list_work_items
List work items in a project (Lucene/SQL query)
move_work_item_from_document
Detach a work item from its document
move_work_item_to_document
Attach a work item to a document at a chosen position
read_document
Render a document end-to-end as Markdown
read_document_parts
List a document's structural parts with embedded work item metadata
read_work_item
Get work item details with the body as Markdown
update_document
Update document metadata, body, or workflow status
update_test_records
Update result, comment, or defect link on one or more test records of a test run
update_test_runs
Update title, status, group, or custom fields on one or more test runs
update_work_item_link
Update suspect / revision on one outgoing link
update_work_items
Update fields, body, or workflow status on one or more work items