search_restaurants
Find top 3 AI-recommended restaurants within 3km radius based on location, cuisine type, mood, event, or specific food keywords. Simplify your dining choices with tailored suggestions.
Instructions
Search for restaurants based on location, cuisine types, mood, and event type. Returns top 3 AI-recommended restaurants within 3km radius. You can also search for specific food types using keywords.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cuisineTypes | No | Array of preferred cuisine types (e.g., ["Italian", "Japanese", "Mexican"]) | |
event | Yes | Type of event or occasion | |
keyword | No | Search for specific food types or dishes (e.g., "hotpot", "sushi", "pizza", "ramen", "dim sum", "barbecue") | |
latitude | No | Latitude of the search location (default: 24.1501164 - Taiwan) | |
locale | No | Locale for search results and Google API responses (e.g., "en" for English, "zh-TW" for Traditional Chinese, "ja" for Japanese, "ko" for Korean, "th" for Thai). Affects restaurant names, reviews, and other text content. | en |
longitude | No | Longitude of the search location (default: 120.6692299 - Taiwan) | |
mood | Yes | Desired mood/atmosphere (e.g., "romantic", "casual", "upscale", "fun", "quiet") | |
placeName | No | Place name to search near (e.g., "New York", "Tokyo", "London"). Alternative to providing latitude/longitude coordinates. | |
priceLevel | No | Price level preference (1=inexpensive, 4=very expensive) | |
radius | No | Search radius in meters (default: 3000 = 3km) |