Search Poi
search_poiSearch for points of interest (POIs) — businesses, landmarks, restaurants, gas stations, etc. — by name or category, optionally near a lat/lon center within a radius. Returns name, category, address, coordinates, phone, url, and distance. Example: search_poi({ query: "coffee", lat: 40.748, lon: -73.985, radius: 1000 })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Optional latitude of the search center to bias/limit results | |
| lon | No | Optional longitude of the search center to bias/limit results | |
| limit | No | Maximum number of results to return (default 10) | |
| query | Yes | POI search term, e.g. "coffee", "pizza", "gas station", "Starbucks" | |
| radius | No | Optional search radius in meters (only used when lat/lon are provided) | |
| _apiKey | No | Optional — your own TomTom API key for higher limits; omit to use the shared Pipeworx key. |