manage_wishlist
Add restaurants to your wishlist with custom notes and tags to track dining plans. Remove visited spots to organize your list and receive personalized nearby recommendations.
Instructions
Add or remove restaurants from your wishlist — places you want to try in the future. Wishlisted restaurants get a boost in recommendations when you're nearby.
The restaurant must already appear in search results (search first).
Args: restaurant_name: Name of the restaurant. action: "add" to wishlist, "remove" to un-wishlist. notes: Free-text notes (e.g. "get the tasting menu"). tags: Comma-separated tags for filtering, e.g. "date night, special occasion". Common tags: date night, group dinner, special occasion, brunch, solo, outdoor, weeknight.
Returns: Confirmation of the action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| restaurant_name | Yes | ||
| action | No | add | |
| notes | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |