search_restaurants
Search restaurants in a specific city. Filter by cuisine type, price range, and features like outdoor seating, WiFi, delivery. Returns up to 20 results with name, rating, cuisine, price range, address, coordinates, photo, amenities, and current Flow offers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City name. Examples: 'Madrid', 'New York', 'Milano', 'Barcelona'. | |
| limit | No | ||
| query | No | Free-text search: cuisine, occasion, features (e.g. 'romantic italian terrace'). | |
| cuisine | No | Cuisine filter. Examples: 'italian', 'mexican', 'sushi', 'spanish', 'indian'. | |
| features | No | Comma-separated feature filters: terrace, wifi, parking, delivery, accessible. | |
| price_max | No | Max price level 1=budget, 4=fine dining. |