signupgenius_rsvp
RSVP to a SignUpGenius sign-up sheet (Yes/No/Maybe) by providing the sign-up URL, your name, email, and response. Slot-based sign-ups are not supported.
Instructions
RSVP to a SignUpGenius sign-up (the Yes/No/Maybe-style sheets, including invitations from family/friends). Walks the PreProcessSignup → getSignupInfo → processSignUpFormHandler flow under the hood. Writes data — confirm with the user before invoking. Slot-based sign-ups (e.g. "claim the 3pm slot") are NOT supported by this tool; a slot signup tool is a separate concern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | SignUpGenius sign-up URL (https://www.signupgenius.com/go/<slug>) or just the slug. | |
| Yes | |||
| adults | No | Adult guest count. Defaults to 1 for yes/maybe, 0 for no. | |
| comment | No | Optional comment shown to the sign-up owner. | |
| children | No | Child guest count. Defaults to 0. | |
| lastname | Yes | ||
| response | Yes | RSVP response. Maps to the wizard's Yes / No / Maybe buttons. | |
| firstname | Yes |