get_recommendations
Find personalized restaurant recommendations based on your dining history. Filter by occasion, party size, and location to discover options suited to current weather while excluding recently visited spots.
Instructions
Get personalized restaurant recommendations based on your history, preferences, and current context (weather, recent visits).
Args: occasion: The type of dining occasion. Options: "date_night" - romantic, quieter spots "casual" - relaxed, neighborhood places "group_dinner" - accommodates larger parties "special" - high-end, celebration-worthy "quick" - fast, nearby options Leave empty for general recommendations. party_size: Number of diners. location: "home", "work", or an address. group: Name of a saved group — their restrictions will be applied. exclude_recent_days: Don't recommend places visited in the last N days.
Returns: Curated list of 3-5 restaurants with reasons for each recommendation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| occasion | No | ||
| party_size | No | ||
| location | No | home | |
| group | No | ||
| exclude_recent_days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |