Find nearby feasible technicians (job-less location query)
listNearbyTechniciansIdentify qualified technicians near a service location, ranked by estimated arrival time, using real filters like schedule, skills, and time-off to propose realistic visit arrivals.
Instructions
Find nearby feasible technicians (job-less location query)
Ranks who could serve a hypothetical visit at (lat,lng) starting at for duration_minutes — the engine applies the REAL hard filters (weekly hours, existing schedule, approved time-off, geographic service areas, optional skill floor) and returns candidates nearest-arrival first. ETA origin is each technician's start location (no live GPS). Use before creating a booking to propose realistic arrivals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | Visit start (RFC3339, e.g. 2026-07-20T14:00:00Z; default now) | |
| lat | Yes | Latitude of the service location | |
| lng | Yes | Longitude of the service location | |
| limit | No | Max candidates (default 10, max 20) | |
| skill_ids | No | Comma-separated skill UUIDs to require/match | |
| duration_minutes | No | Visit length in minutes (default 60; 15–480) |