list_wiki_pages
List wiki page titles and metadata (URLs, last commit) from a Gitea repository. Supports pagination to fetch all pages.
Instructions
List all wiki pages in one Gitea repository (metadata only: title, html_url, sub_url, last_commit — no page content). Paginated: page is 1-based, limit <= 100; keep paging until a page returns fewer than limit. Requires the repo's wiki feature to be enabled (404 otherwise). Example: list_wiki_pages({ page: 1, limit: 50 })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| repo | No | Repository name (defaults to GITEA_DEFAULT_REPO) | |
| limit | No | Wiki pages per page | |
| owner | No | Repository owner (defaults to GITEA_DEFAULT_OWNER) |