search_zip_codes_by_city
Find all ZIP codes for a U.S. city and state. Enter the city name and two-letter state abbreviation to retrieve a complete list of matching ZIP codes with details.
Instructions
Search for all ZIP codes in a given city and state. Returns the full list of matching ZIP codes with details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City name (e.g., "Atlanta") | |
| state | Yes | 2-letter state abbreviation (e.g., "GA") |