tool_search_activities
Search for activities and attractions near GPS coordinates. Returns a list of places with names, categories, and descriptions.
Instructions
Search activities and attractions near a GPS coordinate using Wikidata/OpenTripMap.
Read-only. No auth required. No rate limits. Data source: Wikidata with OpenTripMap fallback — community-curated, not real-time. Returns a list of places each with name, category, coordinates, description, and Wikipedia link where available.
Use this when you have coordinates (from tool_geocode) and need nearby things to do. Use tool_search_restaurants_bars specifically for dining. Use tool_get_local_events for time-sensitive events like concerts or festivals. Not suitable for business hours or current pricing — those change frequently.
Args: latitude: Decimal latitude (e.g., 48.8566 for Paris) longitude: Decimal longitude (e.g., 2.3522 for Paris) radius_km: Search radius in km, 1-50 category: Filter by type — culture, nature, food, shopping, nightlife, architecture, historic, museums, religion, sport — or omit for all max_results: Max places to return, 1-50
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | ||
| longitude | Yes | ||
| radius_km | No | ||
| category | No | ||
| max_results | No |