search_zips
Find ZIP codes matching one or more criteria. Returns a ranked list with scores. Use this first when the user wants recommendations (e.g. "find a low-crime suburb near Denver"). Call get_search_fields first if you're unsure what field names to use.
criteria: list of {"field": str, "level": "low"|"medium"|"high"}
area_types: "CITY" | "SUBURB" | "SMALL_TOWN" | "RURAL"
regions: "northeast" | "southeast" | "midwest" | "southwest" | "west"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| states | No | ||
| regions | No | ||
| criteria | Yes | ||
| area_types | No | ||
| minimum_completeness | No |