read_document
Read a Polarion document as flowing Markdown, interleaving headings and work-item descriptions for easy consumption.
Instructions
Render a document end-to-end as flowing Markdown — THE way to read a body.
Interleaves headings, work-item descriptions, and prose. Synthesis output: NEVER feed to update_document (anchors collapse, headings orphan) — round-trip via get_document(include_homepage_content_html=True). For metadata-only extraction prefer list_work_items SQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | Space ID ('_default' = default space). | |
| page_size | No | ||
| project_id | Yes | Polarion project ID. | |
| page_number | No | ||
| document_name | Yes | Document name within space_id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| content | Yes | ||
| has_more | No | ||
| page_size | Yes | ||
| part_count | Yes | ||
| total_parts | Yes |