list_attachments
Lists locally downloaded Signal attachments with filenames, MIME types, file sizes, and timestamps to identify available media before retrieval.
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 | |||