find_stations_near_address
Find the nearest police, fire, EMS, or hospital facilities to any US street address, sorted by distance. Filter by facility type and search radius.
Instructions
Find the public safety facilities nearest to a US street address, sorted by distance.
Args: address: Full US street address, e.g. "350 Fifth Ave, New York, NY" type: Optional filter — "fire", "police", "ems", or "hospital". Comma-separate for several; omit to return all types. radius_miles: Search radius in miles (0.1–50, default 10) limit: Maximum facilities to return (1–25, default 5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| limit | No | ||
| address | Yes | ||
| radius_miles | No |