download_file
Retrieve a Rentvine file as base64-encoded data, including MIME type, size, and image flag. Use for accessing attachments up to 1MB; check file size beforehand to avoid context overflow.
Instructions
Download a Rentvine file as base64 (live data, read). Returns mime_type, size_bytes, is_image, and content_base64. Supports images and other binary attachments up to ~1MB. Large files may fill the context window — prefer list_attachments first to check file_size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | Rentvine fileID. |