append_to_wiki_page
Append markdown content to a GitHub wiki page. Creates the page automatically when missing.
Instructions
Append content to an existing wiki page. If the page does not exist, creates it with the provided content.
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 | |
| content | Yes | Markdown content to append | |
| pageName | Yes | Name of the wiki page to append to | |
| commitMessage | No | Optional commit message (defaults to "Append to {pageName}") |