list_documents
List project documents with filtering by type, feature, or phase-task, and control output via pagination and sorting.
Instructions
List documents in a project with filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results | |
| offset | No | Skip first N results | |
| feature | No | Filter by feature | |
| project | No | Project ID (uses current project if omitted) | |
| sort_by | No | Field to sort by (updated_at, name) | updated_at |
| doc_type | No | Filter by document type | |
| phase_task | No | Filter by phase-task | |
| sort_order | No | Sort order (asc, desc) | desc |