list_wiki_pages
List all wiki pages in a GitHub repository by supplying owner, repo, and a personal access token with repo scope. Retrieve a complete list of available wiki pages.
Instructions
List all wiki pages in a GitHub repository wiki.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | GitHub repository name | |
| owner | Yes | GitHub repository owner (username or organization) | |
| token | Yes | GitHub personal access token with repo scope |