← All templates
Agent ToolSite diligence

Property Diligence Copilot

A complete Agent Skill — copy it and drop it into your agent’s skills folder as property-diligence-copilot/SKILL.md and it can run this recipe on its own.

A full canonical dossier for one address — jurisdiction, hazard flags, and parcel record in a single call.

Single Address

How it works

  1. Send an address, coordinate, or APN to POST /v1/lookup.
  2. Get back canonical coordinates, county/tract/CBSA/congressional district, FEMA flood zone + elevation, opportunity-zone status, and — when the geocode clears parcel-quality accuracy — a full parcel record: owner, zoning, land use, assessed value, sale history.
  3. Check disposition before trusting the result: "resolved" is a clean match, "clarify" means multiple plausible matches were found (surface candidates to a human, never silently pick one), "no_match" is an honest failure with a reason — note some low-confidence matches arrive as an HTTP error status rather than a 200 body; treat both the same, but treat any other error status as a real failure.

Example response

disposition
resolved
lat
30.199699
lng
-97.496411
resolved_address
480 BERDOLL LN, CEDAR CREEK, TX 78612
county
Bastrop County
cbsa_name
Austin-Round Rock-San Marcos, TX Metro Area
elevation_m
152.3
fema_flood_zone
X
within_floodplain
false
county_market
population
106822
population_growth_1yr_pct
4.1
hpi_yoy_pct
3.8
employment_yoy_pct
2.9
median_household_income_usd
78500
in_opportunity_zone
false
parcel
parcel_id
R123456
owner
PECAN GROVE FARMS #1 LLC
zoning
AG
land_use
Agricultural
assessed_value_usd
185000
last_sale_date
2019-03-14
last_sale_price_usd
210000
source
REGRID
confidence
0.95

Get a Mireye API key at mireye.com/account.