signupgenius_get_public_signup
Fetch sign-up details from a SignUpGenius public URL or slug without authentication. Returns title, date, time, location, description, creator, and RSVP counts.
Instructions
Look up a SignUpGenius sign-up by its public URL or slug (e.g. https://www.signupgenius.com/go/<urlid>-<signupid>-<vanity>). Fetches the rendered page and returns a structured envelope: title, organization, date, time, location, description, creator, and RSVP response counts (when present). Requires no SignUpGenius auth — works even when the server has no API credentials configured. Use this when the user pastes a sign-up link and asks what it is or when it is.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Either a full SignUpGenius sign-up URL (e.g. https://www.signupgenius.com/go/<slug>) or just the slug. The slug looks like `<hex>-<signupid>[-<vanity>]`. |