download_attachment
Download a Redmine attachment by ID. Images render inline in the chat; other attachments provide a URL to open in the browser.
Instructions
첨부파일 다운로드 (이미지 인라인 표시).
get_issue 결과의 attachments[].id 를 넘기면 이미지인 경우 대화창에 바로 렌더링됨. 이미지가 아닌 첨부파일은 에러 — content_url 을 브라우저로 직접 열어주세요.
Args: attachment_id: 첨부파일 ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attachment_id | Yes |