lookup_parcel
Find Mecklenburg County parcel records by entering an address, coordinates, parcel ID, or NC PIN. Get a summary of matching parcels with their attributes.
Instructions
Look up Mecklenburg County parcel(s) from the ParcelStatus layer.
Provide exactly one way to locate the parcel: an address (will
be geocoded), explicit lat/lon, a pid (8-digit parcel
ID), or an nc_pin (NC state parcel identification number).
Args:
address: Free-form address, e.g. "2437 Remount Rd, Charlotte, NC".
lat: Latitude in decimal degrees (WGS84). Requires lon.
lon: Longitude in decimal degrees (WGS84). Requires lat.
pid: Mecklenburg County parcel ID (e.g. "06705133").
nc_pin: NC state parcel identification number (e.g. "4534836016").
Returns:
Dict with parcels (list of parcel attribute dicts), count,
and a summary string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| pid | No | ||
| nc_pin | No | ||
| address | No |