redmine_attachment_download
Retrieve a Redmine attachment's binary content by its ID. Returns base64-encoded data and content type, enabling agents to access files without manual download.
Instructions
Download attachment binary (GET /attachments/download/:id.json or .bin). Returns base64 and content_type; size capped by REDMINE_MAX_DOWNLOAD_BYTES.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |