redmine_wiki_get_page
Retrieve a wiki page's content from a Redmine project by supplying the project ID and page title. Access documentation and notes without navigating the UI.
Instructions
Get a wiki page content from a Redmine project by page title
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Wiki page title (e.g., "Wiki", "Getting_Started"). Use underscores for spaces. | |
| project_id | Yes | The Redmine project ID or identifier (e.g., "my-project") |