get_tabelog_restaurant_details
Fetch full Tabelog restaurant profile, address, coordinates, budget, and amenities in one call.
Instructions
Direct shortcut to fetch full Tabelog restaurant profile, address, coordinates, budget, and amenities.
Equivalent to get_restaurant_details(restaurant_id_or_url, provider='tabelog').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| restaurant_id_or_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Restaurant name | |
| images | No | High-resolution dish and restaurant photos | |
| rating | No | Tabelog aggregate score (1.00 - 5.00) | |
| address | No | Formatted address | |
| cuisines | No | Cuisines served | |
| features | No | Amenities, seating, private rooms, smoking policy, cards accepted | |
| latitude | No | Geographical latitude | |
| longitude | No | Geographical longitude | |
| telephone | No | Contact phone number | |
| detail_url | Yes | Direct Tabelog web page | |
| postal_code | No | Postal / ZIP code | |
| price_lunch | No | Lunch budget | |
| price_range | No | Price range string | |
| award_badges | No | Awards & 100 Famous Stores history | |
| price_dinner | No | Dinner budget | |
| review_count | No | Total diner review count | |
| japanese_name | No | Japanese restaurant name | |
| restaurant_id | Yes | Tabelog restaurant ID | |
| address_region | No | Prefecture / region | |
| reservation_url | No | Direct reservation / booking link | |
| address_locality | No | City / ward locality |