← 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.
- 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 meters — USGS_EPQS
- slope_degrees
- 0.6 degrees — USGS_3DEP_COG
- aspect_cardinal
- SE — USGS_3DEP_COG
- soil_drainage_class
- Somewhat poorly drained — USDA_SSURGO
- lcms_class
- Developed — USFS_LCMS
- land_use_class
- Commercial — OVERTURE
- partial_failures
- —
Get a Mireye API key at mireye.com/account.