list_wiki_pages
Retrieve GitLab project wiki pages with pagination and optional content inclusion, making documentation accessible.
Instructions
List wiki pages in a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| per_page | No | Number of items per page (max: 100, default: 20) | |
| project_id | No | Project ID or URL-encoded path | |
| with_content | No | Include content of the wiki pages |