Search conventions
artistally_search_conventionsSearch fan conventions (furry, anime, gaming) across 51 US and Canadian metro areas. Returns upcoming conventions by default (soonest first); set include_past to search the archive too. Filter by text, community, region, state, metro, or date range. Returns dates, venue, location, registration windows and table costs, plus a canonical ArtistAlly URL per convention.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results, default 20. | |
| metro | No | Metro slug from artistally_get_coverage, e.g. "atlanta", "toronto". | |
| query | No | Free-text match on convention name, venue, or city, e.g. "Otafest" or "Atlanta". | |
| state | No | Two-letter US state or Canadian province code, e.g. "GA", "TX", "ON". | |
| offset | No | Pagination offset, default 0. | |
| region | No | Coverage region, e.g. "Southeast", "Midwest", "West Coast", "Canada". Valid values come from artistally_get_coverage. | |
| community | No | Filter by community: furry, anime, gaming, or multi (multi-genre). | |
| include_past | No | Include conventions that have already finished (default false). Past results are still sorted soonest-first; use starts_after/starts_before to target a specific year. | |
| starts_after | No | Only conventions starting on or after this date (YYYY-MM-DD). | |
| starts_before | No | Only conventions starting on or before this date (YYYY-MM-DD). |