search_event
Search for events by artist or venue ID, with optional date filters, to locate and update event details.
Instructions
Search for events by artist ID or venue ID. Use this to find events for a specific artist so you can update them (e.g., change venue).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artistId | No | Artist UUID to find events for | |
| venueId | No | Venue UUID to find events at | |
| dateFrom | No | Filter events from this date (YYYY-MM-DD) | |
| dateTo | No | Filter events until this date (YYYY-MM-DD) |