evite_send_message
Send a private message to an Evite guest as the host. Requires confirmation to execute; returns a preview otherwise.
Instructions
Send a private message to one Evite event guest. This really notifies the guest. Sent as the event host (Evite delivers per-guest chat over Firebase, not REST), so only a host can use it. Confirm-gated: without confirm:true this returns a dry-run preview and sends nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| message | Yes | Message text to send to the guest. | |
| event_id | Yes | Evite event id (event_id from evite_list_events). | |
| guest_id | Yes | Guest id to message (guestId from evite_list_guests). |