← All templates
Agent ToolSite diligence

Land Read

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

Terrain and land-cover facts for one address, every value cited to its federal source.

Single AddressBatch (loop over a list)

How it works

  1. Send an address (or lat/lng) to POST /v1/fetch with preset: "terrain" plus fields: ["lcms_class", "land_use_class"] pulled in from the land_cover preset — one request, capped at 50 explicitly-named fields (preset members are exempt from that cap).
  2. Mireye returns elevation, slope, aspect, soil drainage, and land-cover class for that point, each with its own source, source_url, and confidence.
  3. When you send an address, the response carries a geocode block — check parcel_grade before trusting anything parcel-specific: false means the coordinate was estimated from the street and can be ~2.9 km out in rural areas.
  4. For a list of addresses (a portfolio, a lead list), call this once per row — loop over the list.

Example response

lat
29.7604
lng
-95.3698
fetched_at
2026-07-30T14:02:11.318204+00:00
fields
elevation
14.38 metersUSGS_3DEP_COG
slope_degrees
0.6 degreesUSGS_3DEP_COG
aspect_cardinal
SEUSGS_3DEP_COG
soil_drainage_class
Somewhat poorly drainedUSDA_SSURGO
lcms_class
Barren or ImperviousUSFS_LCMS
land_use_class
DevelopedUSFS_LCMS
partial_failures
geocode
accuracy
1
accuracy_type
rooftop
normalized_address
1600 Smith St, Houston, TX 77002
provider
geocodio
parcel_grade
true
precision_note
null
resolved_location
lat
29.7604
lng
-95.3698
source
address

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