state_gis_parcels
Query US state property parcel boundaries via ArcGIS, returning parcel ID, owner, address, land area, and use codes. Filter by county, owner, address, or ZIP using an SQL where clause.
Instructions
Query property parcel boundaries for a US state via ArcGIS. Returns parcel ID, owner name, address, land area, and use codes. Filter by county, owner name, address, or ZIP using SQL where clause.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max parcels (default 50) | |
| state | Yes | Two-letter state code | |
| where | No | SQL where clause, e.g. "COUNTY = 'MONTGOMERY'" |