crehq_locations_search
Search across multiple location fields at once—name, brand, address, city, or state—to find physical places from fuzzy descriptions when an ID is unavailable.
Instructions
Search locations across multiple fields at once — name, brand, street address, city/state/geography. Use when you have a fuzzy description of a physical place rather than an id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name. | |
| name | No | Location or brand name fragment. | |
| brand | No | Brand slug/name. | |
| state | No | US state code or name. | |
| address | No | Street address fragment. | |
| per_page | No | Results per page (max 200, default 50). |