get_event_schedule
Get the DJ/artist schedule for a festival or party event. Returns set times, stages, and artists. Use this to answer questions like 'What time does ANOTR play?' or 'What's happening at AYA on New Year's Eve?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stage | No | Filter by stage name | |
| artist | No | Search for specific artist in the schedule | |
| event_id | No | UUID of the event to get schedule for | |
| event_name | No | Name of the event to search for (if event_id not known) |