read_wiki_page
Fetch the full content of any GitHub wiki page by providing owner, repo, page name, and access token.
Instructions
Read the content of an existing GitHub wiki page.
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 | |
| pageName | Yes | Name of the wiki page to read |