kfc_nearby
Locate KFC restaurants by coordinates, returning nearest options with full address, phone, ordering availability, and distance. Filter by order channel like drive-thru for specific results.
Instructions
Find KFC restaurants near a location. Returns KFC restaurants near a latitude/longitude, nearest first. A coordinate with no nearby KFC returns an empty list rather than an error. Each restaurant carries its store number, full address with coordinates, phone, whether it currently accepts online orders, its timezone, and its distance from the search point in miles. occasion restricts results to restaurants that offer a given order channel (e.g. only drive-thru locations).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Search center latitude | |
| occasion | No | Restrict to restaurants offering this order channel | |
| longitude | Yes | Search center longitude | |
| max_results | No | Maximum restaurants to return, 1-50 (default 20) | |
| radius_miles | No | Search radius in miles, 0.1-100 (default 10) |