← 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. 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
resolved_location
lat
29.7604
lng
-95.3698
source
address
fields
elevation
14.38 metersUSGS_EPQS
slope_degrees
0.6 degreesUSGS_3DEP_COG
aspect_cardinal
SEUSGS_3DEP_COG
soil_drainage_class
Somewhat poorly drainedUSDA_SSURGO
lcms_class
DevelopedUSFS_LCMS
land_use_class
CommercialOVERTURE
partial_failures

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