attach_file_to_wiki_page
Attach a file to an existing Redmine wiki page while preserving its current content. Provide project identifier, page title, and file path to add the attachment with an optional comment.
Instructions
Attach a file to an existing wiki page.
The page's text is preserved: this tool reads the current content and rewrites it together with the attachment, because Redmine's endpoint replaces the whole page.
The path is resolved on the machine running this MCP server.
Args: project_identifier: project identifier. title: title of the page that will receive the attachment. file_path: full path of the file on the server's machine. comment: edit comment, shown in the page's history. file_name: display name (empty = use the file's own name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| comment | No | ||
| file_name | No | ||
| file_path | Yes | ||
| project_identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |