find_nearby_places
Find nearby places and points of interest by specifying a center point, radius, and category filters. Optionally retrieve detailed information for select results.
Instructions
Find nearby places and points of interest with optional detailed information.
Args:
x: Longitude of the center point (e.g., -122.4194)
y: Latitude of the center point (e.g., 37.7749)
pageSize: Number of results to return (default: 20)
categories: Optional category filter (e.g., "restaurant", "hotel", "coffee")
radius: Search radius in meters (default: 5000)
includeDetails: Whether to include full details for each place (default: False)
detailsLimit: Maximum number of places to get details for when includeDetails=True (default: 3)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| radius | No | ||
| pageSize | No | ||
| categories | No | ||
| detailsLimit | No | ||
| includeDetails | No |