get_attachment
Retrieve metadata and base64-encoded content of a locally saved Signal attachment by filename. Use to read or display received files.
Instructions
Retrieve metadata and the base64-encoded content of a locally saved Signal attachment by filename. Returns MIME type, file size, local path, and the raw bytes as base64 so the caller can read or display the file. Only attachments already downloaded to the local store are accessible — attachments expire on Signal's servers after ~30 days if not downloaded first. Use list_attachments to discover available filenames before calling. Use when you need to read, display, or forward the contents of a received file or image. Do NOT use to send an attachment — use send_attachment or send_group_attachment for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Attachment filename (get from list_attachments) |