find_events
Find upcoming live-music events in a supported city (Austin or Chicago), filtered by free-text query, date range, and/or genre. Returns taste-neutral event records with source attribution, ticket links, and a freshness timestamp — the same public data catchaset.live shows signed-out visitors. Does NOT rank by personal taste. Results are capped per call; page with the returned next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City to search. Only Austin and Chicago are supported; any other value returns an unsupported_city note and defaults to Austin. | Austin |
| genre | No | Optional genre substring filter. | |
| limit | No | Max events to return (1-100). | |
| query | No | Optional free-text filter matched (case-insensitive substring) against headliner, artists, venue, and genre. | |
| cursor | No | Opaque pagination cursor from a previous response's next_cursor. | |
| date_to | No | Optional inclusive upper bound, ISO date YYYY-MM-DD. | |
| date_from | No | Optional inclusive lower bound, ISO date YYYY-MM-DD. |