find_accommodations
Find accommodations by location, radius, features, and availability. Returns a narrative list with key details.
Instructions
Find accommodations in the current world.
Parameters:
near: place name (geocoded automatically for earth-313, landmark-resolved for other worlds)
lat/lon: alternative to near, direct coordinates
radius_m: search radius in meters / units (default 5000)
features: list of desired features. For earth-313: family, pool, sauna, parking, wifi, accessible, pets, meeting, pickup, allergy For bral: spacefarer-friendly, private-rooms, common-room, stabling, secure-storage, pets
category: star rating for earth-313 (1star to 5stars), ignored for bral
available_from/available_to: date range (yyyy-MM-dd), earth-313 only
max_results: maximum number of results (default 5)
Returns a formatted narrative list of accommodations with key details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| near | No | ||
| category | No | ||
| features | No | ||
| radius_m | No | ||
| max_results | No | ||
| available_to | No | ||
| available_from | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |