find_events
Search for events by location or coordinates, filter by radius, date range, and topic, and receive a narrative list of matches.
Instructions
Find events in the current world.
Parameters:
near: place name (geocoded for earth-313, landmark-resolved for bral)
lat/lon: direct coordinates, alternative to near
radius_m: search radius in meters / units (default 10000)
date_from/date_to: date range filter (yyyy-MM-dd), primarily for earth-313
topic: topic or category keyword (e.g. "music", "sport", "culture", "market")
max_results: maximum number of results (default 5)
Returns a formatted narrative list of events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| near | No | ||
| topic | No | ||
| date_to | No | ||
| radius_m | No | ||
| date_from | No | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |