Ask About Restaurant
ask_about_restaurantAsk a specific question about a restaurant based on analysis of real reviews and menu data. Common questions: what to order, group suitability, dietary options, vibe/atmosphere, value assessment. Requires a restaurant_id from find_restaurant or search_restaurants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | Question about the restaurant. Examples: 'What should I order?', 'Is it good for groups?', 'What are the dietary accommodations?', 'Is it worth the price?' | |
| restaurant_id | Yes | Seemor restaurant ID (UUID). Get IDs from find_restaurant or search_restaurants. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answer | No | ||
| source | No | ||
| status | No | ||
| message | No | ||
| category | No | ||
| question | No | ||
| seemor_url | No | ||
| restaurant_id | No | ||
| restaurant_name | No |