geo.find_parcel
Find Virginia parcel records by parcel PIN or latitude/longitude point. Returns candidate lists with provenance and coverage, resolving jurisdiction ambiguity. Not for street addresses.
Instructions
Find parcel records in a Virginia jurisdiction by parcel PIN or by a lon/lat point. Pass the user's jurisdiction string as given โ resolution and its ambiguities are handled here, and candidate lists must go back to the user unchosen. Results carry provenance and coverage; an empty result with coverage.registry='none' means Commonwealth has no source there, not that no parcel exists. Not for street addresses yet (no geocoding in this release).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| pin | No | ||
| jurisdiction | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| coverage | Yes | ||
| evidence | No | ||
| warnings | No | ||
| resources | No | ||
| _execution | No | ||
| provenance | No | ||
| next_actions | No | ||
| requires_user_choice | No |