Search Locations by Name
skimguard_search_locationsFind a location by NAME or address (e.g. "Shell on Riverside, Austin TX", "Chase ATM near Union Square") and get its SkimGuard card-skimmer scan status. Use this when you know what a place is called but do not have its Google Place ID — it resolves the name first, then reports scan status for each match. Pass latitude/longitude when you know roughly where the user is; it sharply improves matching for common brand names. Locations with no scan data are reported as unknown, never as unsafe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window in days (1-365, default 30) | |
| limit | No | ||
| query | Yes | Place name and ideally a city, e.g. "Shell gas station Riverside Austin TX" | |
| latitude | No | Optional bias — the user's approximate latitude | |
| longitude | No | Optional bias — the user's approximate longitude | |
| response_format | No | Response format: 'markdown' (default) or 'json' | markdown |