get_jurisdiction
Determine which Census-defined city or town contains a US location and list likely responding police, fire, EMS, and hospital agencies. Useful for routing and coverage reporting.
Instructions
Determine which Census-defined place (city/town) contains a location, and
which agencies most likely respond there. Returns the place name, state,
Census GEOID, boundary type, and a likelyAgencies list of nearby police,
fire, EMS, and hospital facilities. Useful for routing, coverage reporting,
or working out which local government and responders serve an address.
Provide either an address, or a lat/lng pair.
Args: address: Full US street address (geocoded automatically) lat: Latitude (WGS84) — use with lng instead of address lng: Longitude (WGS84) — use with lat instead of address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lng | No | ||
| address | No |