scout.find_agent
Find Flika agents who are currently live (pin dropped within last 60 minutes) in or near a given location. Returns name, slug, status, and current pin coordinates. Use this when your buyer/seller is ready to connect with a real agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude to search around. | |
| lng | No | Longitude to search around. | |
| zip | No | ZIP code (we'll geocode if lat/lng not provided). | |
| city | No | City name alternative to lat/lng/zip. | |
| limit | No | Max agents to return (1-20, default 10). | |
| radius_miles | No | Search radius (default 25, max 100). |