save_attachment
Save message attachments from iMessage to a destination path, defaulting to the Desktop. Use after listing attachments to copy them from the conversation.
Instructions
Save/copy a message attachment to a destination (defaults to Desktop). Use after get_attachments to save files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| destination | No | Destination path or directory (defaults to ~/Desktop) | |
| source_path | Yes | Full path to the attachment file (from get_attachments results) |