search_nearby_amenities
Find nearby amenities like schools, hospitals, and parks in Singapore using coordinates. Returns results sorted by distance with filters for specific categories.
Instructions
Search for nearby amenities (schools, hospitals, clinics, hawker centres, parks, MRT stations, bus stops, supermarkets, pharmacies) around a coordinate in Singapore. Returns results sorted by distance. Requires coordinates — use search_area first to geocode an address if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Latitude of the search center point | |
| longitude | Yes | Longitude of the search center point | |
| radiusMeters | No | Search radius in meters (default 100, max 5000) | |
| categories | No | Filter by amenity categories. If omitted, searches all types. Options: school, hospital, clinic, food_court, marketplace, park, mrt, bus_stop, supermarket, pharmacy | |
| limit | No | Max results to return (default 50) |