get_venue
List upcoming bookable slots at a single venue, identified by its venue_slug (as returned by search_slots). Use to drill into one venue after a search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max slots to return (1-30, default 15). | |
| venue_slug | Yes | The venue_slug from a search_slots result. |