get_restaurant_details
Fetch a restaurant's complete profile, including awards, address, coordinates, budget, and amenities. Solve the need for detailed dining information by submitting an ID, name, or URL.
Instructions
Fetch full restaurant & cafe profile, award history, address, coordinates, budget, and amenities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | No | Dining provider ('tabelog'). Default: 'tabelog'. | tabelog |
| restaurant_id_or_url | Yes | Platform restaurant ID (e.g. '13294162', '17000700'), restaurant name (e.g. 'Sushi Dokoro Mekumi'), or web URL (e.g. 'https://tabelog.com/en/tokyo/A1301/A130103/13294162/'). |
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 |