jimmy_johns_nearby
Find Jimmy John's restaurants near any coordinates. Returns nearby locations sorted by distance, with restaurant IDs for fetching full menus. Specify radius and result limit for precise search.
Instructions
Find Jimmy John's restaurants near a coordinate. Returns Jimmy John's restaurants within a radius of a coordinate, nearest first, using Jimmy John's own Olo-backed ordering API (a separate host from the locator this family's sitemap and store endpoints read). Each result carries restaurant_id -- pass it to GET /jimmy-johns/menu for that restaurant's full menu. The upstream's own radius parameter does not narrow its result set, so distance filtering and sorting happen here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum restaurants to return, 1-50 (default 10) | |
| radius | No | Search radius in miles, 1-100 (default 15) | |
| latitude | Yes | Search center latitude | |
| longitude | Yes | Search center longitude |