nearby
Entities near a location (the primitive look_from builds on). Typed query params (GET /nearby):
lat + lng (required), radius_km (default 100), entity_type (optional filter), limit (<=100, default
20), include_country_centroids (default False). Metered — debited from the CALLING agent's own wallet,
not the owner's (read it with the joules_balance tool). For the exact per-caller price before you
call, use the billing_quote tool (free, tier-aware; returns joules_all_in) or check affordability
with the joules_deficit tool; the true debit is the base joule_cost plus a 0.5% rail surcharge
rounded up (a 100 J call debits 101 J) = joules_all_in. Carries source_tier/tier_label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lng | Yes | ||
| limit | No | ||
| radius_km | No | ||
| entity_type | No | ||
| include_country_centroids | No |