Download media from a WhatsApp message
download_mediaDownload media attached to a WhatsApp message and save it to disk on the MCP server. Images under 1 MB are returned inline; fails if media expired.
Instructions
Download the photo/video/audio/document attached to a message and save it to disk on the machine running wazap. Images of 1 MB or less are also returned inline so you can look at them.
Fails with MEDIA_UNAVAILABLE when WhatsApp has expired the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save_to | No | Absolute directory to save into (default: <data-dir>/media) | |
| account_id | No | Registry account id (default, work, …). Omit to resolve from chat_id or message_id, or the default account. | |
| message_id | Yes | A message with has_media=true |