list_attachments
Discover local Signal attachments by listing downloaded files with their filenames, types, sizes, and timestamps. Find available media before retrieving content.
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 | |||