tool_search_restaurants_bars
Find restaurants, bars, pubs, and cafes near a location. Filter by cuisine, category, and walk radius, with links to ratings and reservations on Google Maps, Zomato, and more.
Instructions
Find restaurants/bars/pubs/cafes near a location: cuisine, price, hours, distance + links to Google Maps, Zomato, TripAdvisor, Yelp, OpenTable, Resy, Untappd, Foursquare. Ratings need FOURSQUARE_API_KEY (free tier).
Args: latitude: Location latitude longitude: Location longitude category: restaurant | bar | pub | cafe | nightlife | all radius_m: Walk radius in metres (default 1000 = ~12min walk) max_results: Max venues (1-30) cuisine: Filter by cuisine e.g. "italian", "japanese", "thai", "indian" city: City name for better search links e.g. "Tokyo", "Paris"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | ||
| longitude | Yes | ||
| category | No | all | |
| radius_m | No | ||
| max_results | No | ||
| cuisine | No | ||
| city | No |