redmine_create_wiki_page
Create a new wiki page in Redmine. Safely avoids overwriting existing pages by checking first.
Instructions
Create a new wiki page; refuses to overwrite an existing one.
Args: project: numeric id or identifier slug. title: new wiki page title (URL-encoded automatically). text: markdown body. Empty/whitespace-only is rejected client-side. parent_title: optional parent wiki page (for hierarchy). comments: optional revision comment.
Pre-flight: GET first to confirm the page doesn't exist. If it does,
returns wiki_page_already_exists with the existing version.
Honors REDMINE_MCP_READ_ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| title | Yes | ||
| project | Yes | ||
| comments | No | ||
| parent_title | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |