search_events
Search Toronto Tech Week 2026 events. Combine q with optional filters. Returns lightweight rows; call get_event for full details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search across title, description, host, venue | |
| date | No | Single date YYYY-MM-DD | |
| host | No | Substring match against host or co-host name | |
| limit | No | Max results (default 10) | |
| theme | No | Substring match against theme tags, e.g. 'AI', 'Climate', 'Web3' | |
| format | No | Substring match against event format, e.g. 'Workshop', 'Panel', 'Demo' | |
| audience | No | Substring match against target audience, e.g. 'Founders', 'Seed', 'Engineers' | |
| free_only | No | Only events marked 'Open to the public' | |
| date_range | No | Inclusive date range. Use list_facets to see which dates have events. | |
| neighborhood | No | Substring match, e.g. 'Queen West', 'King West', 'Downtown' |