read_wiki_page
Retrieve the content of a specific wiki page by providing the wiki directory path and page path. Requires prior repository indexing.
Instructions
Read a specific wiki page content.
Requires: index_repository must be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wiki_path | Yes | Path to the wiki directory | |
| page | Yes | Page path relative to wiki root (e.g., 'index.md', 'modules/auth.md') |