list_attachments
Discover which Signal media files are already saved locally by listing filenames, MIME types, sizes, and timestamps. Use this to find available attachments before retrieving them—no new downloads occur.
Instructions
List all Signal attachments that have been downloaded and saved to the local store. Returns filenames, MIME types, file sizes, and the associated message timestamp for each attachment. Only attachments explicitly downloaded (via receive_messages or import) appear here — attachments not yet fetched from Signal's servers are not listed. Use the returned filename with get_attachment to retrieve the actual file content. Use when you need to discover what media files are available locally before reading them. Do NOT use to download new attachments from Signal servers — use receive_messages for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||