# lookup_parcel

> Look up cached parcel/county-tax-assessor data by APN+county or property address.

<!-- Source: https://docs.actuallycare.com/tools/utility/lookup_parcel -->

Look up cached parcel/county-tax-assessor data by APN+county or property address. Returns assessed value, annual property tax, county, owner name (sanitized for AI use). Cache-only read — does not trigger a paid vendor lookup. Use BEFORE generating a net sheet to enrich seller proceeds estimates with verified tax basis. Returns null if the property has not been previously cached.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `apn` | string | No | Assessor Parcel Number (e.g. "123-456-789"). Pair with `county` for the most precise lookup. · Max length: 50 · Min length: 1 |
| `county` | string | No | County name (e.g. "Riverside"). Required when looking up by APN. · Max length: 100 · Min length: 1 |
| `address` | string | No | Property address. Used when APN is unknown. Lowercased and whitespace-normalized before lookup. · Max length: 250 · Min length: 5 |
| `state` | string | No | 2-letter US state code. Defaults to "CA" if omitted. · Max length: 2 · Min length: 2 |

## Example prompts

- "Look up the assessed value and annual property tax for 412 Birchwood Ln."
- "Check cached assessor data for APN 412-031-022 in Kern County before I build the net sheet."

## Safety

**Read-only.** This tool never changes your data — it only looks things up. Safe to run anytime.
