get_attachment_content
Retrieve binary content of an attachment, such as an image, by its attachment ID. Optionally save the file to a local path.
Instructions
Get the binary content of an attachment (e.g., download an image)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brainId | No | The ID of the brain | |
| saveToPath | No | Optional path to save the file locally | |
| attachmentId | Yes | The ID of the attachment |