list_artists
Browse artists, optionally scoped to a city or country. Ordered by how many performances we track. Use this to answer 'Who is playing in Berlin this month?' or 'Which artists tour most?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Only artists performing in this city | |
| limit | No | Maximum artists to return (default 20, max 100) | |
| query | No | Filter by partial artist name | |
| offset | No | Pagination offset | |
| source | No | Only artists seen on this event source (e.g. ra, edmtrain) | |
| country | No | Only artists performing in this country | |
| min_events | No | Minimum tracked performances | |
| upcoming_only | No | Only count future performances when a city or country filter is used (default true) |