Find Location
find_locationFull Description
Find a location based on an address or description using geocoding.
This tool geocodes the provided address/description to coordinates, then searches for nearby locations in the database.
Args: description: Address or location description (e.g., "1234 Pike Street, Seattle, WA" or "Starbucks near Times Square, New York") brand_name: Optional brand name to filter results (e.g., "Starbucks", "McDonald's"). If not provided, the tool will attempt to extract it from the description. radius_miles: Search radius in miles (default: 1.0, max: 10) limit: Maximum number of results to return (default: 10, max: 50) include_closed: If True, include locations that have closed (default: False)
Returns: List of matching locations sorted by distance from the geocoded point
Examples:
- "1234 Pike Street, Seattle, WA"
- "Starbucks at 123 Main Street, Chicago, IL"
- "Times Square, New York, NY"
Parameters (1 required, 4 optional)
descriptionstringbrand_namestringnullinclude_closedbooleanFalselimitinteger10radius_milesnumber1