list_documents
Retrieve all documents in a Polarion project as (space ID, document name) pairs. Supports pagination with caching for efficient repeated queries.
Instructions
List all documents in a Polarion project.
Returns (space_id, document_name) pairs that other document
tools accept. First call per project performs a full discovery scan
and caches the result for 60 seconds, so subsequent paginated calls
are cheap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Polarion project ID. | |
| page_size | No | Number of documents per page (1-100, default 100). | |
| page_number | No | Page number to retrieve (1-based, default 1). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| total_count | Yes | ||
| page | Yes | ||
| page_size | Yes | ||
| has_more | No | True if more pages follow. |