vendors_near
Locate active vendors near a property within a radius, sorted by distance. Uses ZIP-code centroid approximation for vendor locations.
Instructions
Find vendors within a radius of a property (live data). Uses the property's Rentvine-geocoded latitude/longitude as the center and approximates each vendor's location from their ZIP-code centroid (offline US lookup — Rentvine does not store per-vendor lat/lon). Returns vendors sorted by distance ascending, each annotated with distance_miles. Defaults: radius_mi=25, active_only=true. Coarse filter — not a precise distance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| radius_mi | No | Search radius in miles. Defaults to 25. | |
| active_only | No | If true (default), only returns vendors with isActive=1. | |
| property_id | Yes | Rentvine property ID (from list_properties). Must have a geocoded latitude/longitude in Rentvine. |