google_map
Retrieve Google Maps data for any location query or coordinates. Get place information, addresses, and nearby results with a configurable limit.
Instructions
Get Google Maps data for a location query, optionally at specific coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 10) | |
| query | Yes | Location search query | |
| location | No | Optional location parameter. If in "latitude,longitude" format (e.g., "37.7749,-122.4194"), will search at those coordinates. Otherwise, will be added to the search query. |