redmine_get_wiki_page
Fetch the raw Markdown content and metadata of a specific Redmine wiki page using project ID and page title. Optionally request a historical version.
Instructions
Get the full content of a specific wiki page in a Redmine project. Returns page metadata (author, dates, parent page) and the raw page content (this Redmine instance uses standard Markdown, not textile). Use redmine_list_wiki_pages first to find page titles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Optional: specific historical version number to retrieve | |
| page_title | Yes | Wiki page title (e.g. 'Wiki', 'Setup_Guide'). Use redmine_list_wiki_pages to find available titles. | |
| project_id | Yes | Project identifier (e.g. 'panama', 'largescale') or numeric ID |