evite_rsvp
Submit an RSVP for a guest on an Evite event, specifying response and attendee counts. Provides a dry-run preview unless confirm is set to true, then sends the RSVP.
Instructions
RSVP for a guest on an Evite event. Confirm-gated: without confirm:true this returns a dry-run preview and sends nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional note/comment to leave with the RSVP. | |
| 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 | Guest id to RSVP for (guestId from evite_list_guests). | |
| response | Yes | RSVP response. | |
| number_of_kids | Yes | Number of kids attending. | |
| number_of_adults | Yes | Number of adults attending. |