evite_upload_photo
Upload a local image to an Evite event's shared photo gallery. Use confirm:true to finalize; otherwise, it returns a dry-run preview.
Instructions
Upload a local image to an Evite event's shared photo gallery. This really adds the photo to the event album. Needs your guest_id on the event (from evite_list_guests). Confirm-gated: without confirm:true this returns a dry-run preview and uploads nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the local image file to upload (a leading ~ is expanded). JPEG/PNG/GIF/WebP/HEIC, max 20 MB. | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| event_id | Yes | Evite event id (event_id from evite_list_events). | |
| guest_id | Yes | Your guest id on the event (guestId from evite_list_guests — your own row, guestType host/cohost/guest). | |
| mimetype | No | Override the image mimetype (otherwise inferred from the file extension). |