← 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
- 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).
- Mireye returns elevation, slope, aspect, soil drainage, and land-cover class for that point, each with its own source, source_url, and confidence.
- 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.
- 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 meters — USGS_3DEP_COG
- slope_degrees
- 0.6 degrees — USGS_3DEP_COG
- aspect_cardinal
- SE — USGS_3DEP_COG
- soil_drainage_class
- Somewhat poorly drained — USDA_SSURGO
- lcms_class
- Barren or Impervious — USFS_LCMS
- land_use_class
- Developed — USFS_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.