Search Events
fetch_eventsFind upcoming local events — community programs, markets, festivals, fitness classes, workshops, and entertainment. Filter by city, neighbourhood, sector, date range, and accessibility flags. Returns rich metadata including geo coordinates, images, structured pricing, recurrence, and accessibility info. Connect and list the paid event tool without a Citybook key. Credential-free fetch_events calls require x402 payment; other tools require Bearer authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City name (e.g. Calgary, Banff) | |
| after | No | ISO 8601 datetime — only events starting after this time. | |
| limit | No | Max results (default 10, max 50) | |
| since | No | ISO 8601 datetime — only events submitted after this time. Use for incremental polling. | |
| before | No | ISO 8601 datetime — only events starting before this time. | |
| offset | No | Skip first N results for pagination. Default 0. | |
| sector_id | No | One of: /events/community, /events/government, /events/market, /events/fitness, /events/education, /events/entertainment, /events/tourism | |
| commitment | No | Filter by engagement type: 'drop_in' (no registration), 'register_required' (single-occurrence event needing RSVP/registration), or 'multi_week_program' (recurring multi-week series like 8-week soccer). | |
| pet_friendly | No | Filter for pet-friendly events only. | |
| neighbourhood | No | Neighbourhood within the city | |
| indoor_outdoor | No | Filter by venue type: 'indoor', 'outdoor', or 'both'. | |
| family_friendly | No | Filter for family-friendly events only. |