What's happening around a place
whats_happeningStart here. Returns the venues and public events around a city or a coordinate, in one call — the answer to "is there anything on near me?". Prefer this over calling find_places and list_events separately. A city with no venues and no events is a real, common answer: report it as quiet rather than as an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City slug (e.g. `krakow`). Defaults to the city this connection is bound to. | |
| near | No | `lat,lng` to centre the search on a coordinate instead of a whole city. Use this when the user's location is known. | |
| limit | No | Maximum venues and, separately, events. Default 10. | |
| radius_km | No | Search radius when `near` is given. Default 5. | |
| include_events | No | Include public events. Default true. |