get_upcoming_events
Get the next upcoming events in a specific city, sorted by date. Great for finding what's happening soon.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City key (e.g. 'bengaluru', 'sf', 'mumbai') | |
| limit | No | Number of events (default 10, max 50) | |
| offset | No | Skip first N events for pagination |