get_attachments
Fetch attachments from a conversation, filter by mime type, and receive file paths to read or save.
Instructions
Get attachments (images, files, links) from a conversation. Filter by mime type (e.g. 'image' for photos, 'application/pdf' for PDFs). Returns file paths that can be read or saved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max attachments to return (default 20) | |
| contact | No | Contact name, phone number, or email | |
| chat_guid | No | Chat GUID for direct lookup | |
| mime_filter | No | Filter by mime type prefix: 'image' for photos, 'video' for videos, 'application/pdf' for PDFs |