signupgenius_list_slots
List all slots on any SignUpGenius sign-up with dates, times, locations, capacities, availability, and signed-up participants. Works without auth for sheets you don't own, so you can see what is still open.
Instructions
List every SLOT on a SignUpGenius sign-up — date, day of week, start/end time, title, location, capacity, how many spots are filled vs still available, and who has already signed up (with the quantity each entry consumes). Accepts a sign-up URL, slug, or numeric id. Requires NO auth and works for sheets the user did NOT create, which is exactly the case the Pro signupgenius_report_* tools cannot serve (they are key-only AND owner-scoped). This is the right tool for "what is still open?".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | A SignUpGenius sign-up URL, its slug (`<urlid>-<signupid>[-<vanity>]`), or just the numeric sign-up id. | |
| onlyAvailable | No | Return only slots that still have room. Default false (return all). | |
| includeParticipants | No | Fetch the name + quantity of everyone already signed up (default true). Costs one extra request per slot row; set false for a fast availability-only view. |