estimate_land_value
unverifiedv0.1Show a rural-land planning estimate from 1–10 comparable sales you supply, using median USD per acre and editorial access, buildability and wetland factors. No market data is fetched. Returns an estimate range, not an appraisal.
Updated 9/9/2026 · Created 9/9/2026
Input Schema
{
"type": "object",
"required": [
"acres",
"comps",
"access",
"build",
"wet"
],
"properties": {
"wet": {
"enum": [
"none",
"partial",
"mostly"
],
"type": "string"
},
"acres": {
"type": "number",
"maximum": 1000000,
"minimum": 0.001
},
"build": {
"enum": [
"buildable",
"unknown",
"constrained"
],
"type": "string"
},
"comps": {
"type": "array",
"items": {
"type": "object",
"required": [
"price",
"acres"
],
"properties": {
"acres": {
"type": "number",
"maximum": 1000000,
"minimum": 0.001
},
"price": {
"type": "number",
"maximum": 100000000,
"minimum": 0.01,
"multipleOf": 0.01,
"description": "USD; enter an explicit cost assumption, including zero when appropriate."
}
},
"additionalProperties": false
},
"maxItems": 10,
"minItems": 1
},
"access": {
"enum": [
"deeded",
"easement",
"unclear",
"landlocked"
],
"type": "string"
}
},
"additionalProperties": false
}Full Contract
{
"name": "estimate_land_value",
"description": "Show a rural-land planning estimate from 1–10 comparable sales you supply, using median USD per acre and editorial access, buildability and wetland factors. No market data is fetched. Returns an estimate range, not an appraisal.",
"inputSchema": {
"type": "object",
"required": [
"acres",
"comps",
"access",
"build",
"wet"
],
"properties": {
"wet": {
"enum": [
"none",
"partial",
"mostly"
],
"type": "string"
},
"acres": {
"type": "number",
"maximum": 1000000,
"minimum": 0.001
},
"build": {
"enum": [
"buildable",
"unknown",
"constrained"
],
"type": "string"
},
"comps": {
"type": "array",
"items": {
"type": "object",
"required": [
"price",
"acres"
],
"properties": {
"acres": {
"type": "number",
"maximum": 1000000,
"minimum": 0.001
},
"price": {
"type": "number",
"maximum": 100000000,
"minimum": 0.01,
"multipleOf": 0.01,
"description": "USD; enter an explicit cost assumption, including zero when appropriate."
}
},
"additionalProperties": false
},
"maxItems": 10,
"minItems": 1
},
"access": {
"enum": [
"deeded",
"easement",
"unclear",
"landlocked"
],
"type": "string"
}
},
"additionalProperties": false
}
}GET /api/tool/www.taxsaleatlas.com/tools/rural-land-value-estimator/estimate_land_value