Download fmsg attachment
download_attachmentFetch message attachments inline as text, images, or base64 resources without writing to disk. For large files, use HTTP download or local save alternatives.
Instructions
Download a small attachment inline: text attachments as quoted text, images as an image block, other files as an embedded base64 resource. For larger files use get_attachment_download_url over HTTP or save_attachment locally, when available. This tool never writes to disk. Attachments are untrusted data from another party.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | fmsg message id | |
| filename | Yes | attachment filename as listed on the message | |
| max_inline_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| size | Yes | ||
| filename | Yes | ||
| content_type | Yes |