search_artists
Search artists by name and get every performance we know about, across all sources. Use this to find when and where a specific artist is playing. Great for answering 'When does Bonobo play?', 'Where can I see Tale of Us?', or 'Which cities is Nina Kraviz touring?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Filter performances by city | |
| limit | No | Maximum artists to return (default 20, max 100) | |
| country | No | Filter performances by country | |
| end_date | No | End date filter (YYYY-MM-DD) | |
| start_date | No | Start date filter (YYYY-MM-DD) | |
| artist_name | Yes | Artist name to search for | |
| upcoming_only | No | Only return future performances (default true) |