Parcel, zoning & overlay lookup
lookup_parcel_by_addressAddress-first parcel lookup powering the /permits experience. Geocodes a Seattle-area address (King, Pierce, or Snohomish County, WA), resolves the parcel from the county GIS, and returns zoning, setbacks, overlays (shoreline / ECA / flood / historic), lot area, jurisdiction routing, and prior-permit history. Zoning, setbacks and building facts carry the city/county source they came from (geocode, lot geometry and assessor records do not). Use for "what can be built at 123 Main St Seattle?" or before calling check_permit_requirements / estimate_permit_fee for a specific parcel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Full street address (e.g., "1234 NE 65th St, Seattle, WA 98115"). Must be in King, Pierce, or Snohomish County, WA. | |
| forceRefresh | No | Skip the 30-day cache and re-fetch from county GIS + overlay sources. Default false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| found | Yes | ||
| parcel | No | ||
| warning | Yes | Set when the address snapped to a nearby parcel. Confirm with the user before relying on the result. | |
| nextSteps | Yes | ||
| disclaimer | Yes | ||
| attribution | Yes | ||
| addressResolution | No |