read_document
Render a Polarion document as flowing Markdown, combining headings, work items, and prose into a single stream.
Instructions
Render a Polarion document end-to-end as flowing Markdown.
Paginates read_document_parts and interleaves headings, work-item
descriptions, and prose into one stream — the canonical way to read a body.
Read-only synthesis: do NOT feed back to update_document (collapses
ID anchors, orphans headings); use
get_document(include_homepage_content_html=True) for round-trip. For
metadata-only extraction prefer list_work_items SQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Polarion project ID. | |
| space_id | Yes | Space ID containing the document. | |
| document_name | Yes | Document name within the space. | |
| page_size | No | ||
| page_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| part_count | Yes | ||
| page | Yes | ||
| page_size | Yes | ||
| total_parts | Yes | ||
| has_more | No |