plan_day
Compose a wine day for one city (read-only): one best-scored open venue per slot from morning to evening, filtered by neighbourhood, dietary need and price tier, every stop open on the given date, plus one bookable experience. Also lists the titles of the editorial itineraries for the city, which are the better plan when one exists (fetch them with itineraries).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City slug or name, e.g. 'burgenland' or 'New York City'. Unknown cities answer with did_you_mean. | |
| date | No | ISO date, e.g. '2026-09-20'. Each stop is checked open at its slot time on that weekday. | |
| country | Yes | Country slug or name, e.g. 'italy'. Optional where city is given. | |
| dietary | No | vegan, vegetarian, gluten-free, halal, kosher... | |
| price_tier | No | The site's tier symbols for the country, e.g. '€€' or '$$$'. | |
| neighborhood | No | Neighbourhood name or slug to keep the day inside. |