MCP Redmine
by runekaagaard
redmine_download
Download an attachment from Redmine and save it to a local file
Args: attachment_id: The ID of the attachment to download save_path: Fully qualified path where the file should be saved to filename: Optional filename to use for the attachment. If not provided, will be determined from attachment data or URL
Returns: str: YAML string containing download status, file path, and any error messages
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attachment_id | Yes | ||
filename | No | ||
save_path | Yes |
Input Schema (JSON Schema)
You must be authenticated.