list_stations
Find public safety facilities by type, state, name, or ZIP. Filter fire, police, EMS, and hospital stations to get lists based on your criteria.
Instructions
List or search public safety facilities by type, state, name, or ZIP. Use this for questions like "how many fire stations are in Kansas" or to find a facility by name. For "what's nearest to X", use find_stations_near_address instead.
Args: type: "fire", "police", "ems", or "hospital" (comma-separate for several) state: Two-letter state code, e.g. "CA" name: Full-text search on the facility name zip: 5-digit ZIP code limit: Results per page (1–100, default 25) offset: Pagination offset (default 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip | No | ||
| name | No | ||
| type | No | ||
| limit | No | ||
| state | No | ||
| offset | No |