Log Restaurant
log_restaurantRecord restaurants as visited or wishlist entries with cuisine, city, ratings, dishes, and notes to build a personal dining journal.
Instructions
Log a restaurant or dining experience in dining journal or wishlist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City where located (e.g. 'Tokyo', 'London', 'San Francisco'). | |
| name | Yes | Name of the restaurant or establishment. | |
| status | No | 'visited' or 'wishlist'. | wishlist |
| cuisine | Yes | Primary cuisine category (e.g. 'Japanese', 'Nordic', 'Italian'). | |
| vibe_tags | No | Atmosphere tags (e.g. ['omakase', 'intimate', 'speakeasy']). | |
| price_tier | No | Price bracket ('$', '$$', '$$$', '$$$$'). | |
| user_rating | No | Rating from 1.0 to 10.0 (if visited). | |
| date_visited | No | Date of dining experience (YYYY-MM-DD). | |
| neighborhood | No | Specific district or quarter (e.g. 'Ginza', 'Mayfair'). | |
| restaurant_id | No | Optional custom ID. | |
| michelin_stars | No | 1, 2, or 3 Michelin stars (optional). | |
| standout_dishes | No | Must-order menu items or tasting course highlights. | |
| notes_and_review | No | Dining notes, reservation tips, or food review. | |
| url_or_reservation | No | Website or reservation link (Resy/OpenTable). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||