Provenance
Freshness & coverage
Methods (5)
searchProtectedAreas
readKS protected areas (~993). KDWP-curated publicly-managed land. Filter owner, manager, bbox.
Input schema
{ "type": "object", "properties": { "unitName": { "type": "string" }, "owner": { "type": "string", "examples": [ "KDWPT" ] }, "manager": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }Owner has 95 distinct values incl city/county/NGO. No county column.
searchPublicLandsOwnership
readKS PAD-US ownership (~3.1K). Filter category, mangType, mangName, pubAccess, minAcres, bbox.
Input schema
{ "type": "object", "properties": { "unitName": { "type": "string" }, "category": { "type": "string", "examples": [ "Easement" ] }, "mangType": { "type": "string" }, "mangName": { "type": "string" }, "pubAccess": { "type": "string" }, "minAcres": { "type": "number" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }category: Easement|Fee|Designation|Other|Proclamation. No county column.
searchWildlifeAreas
readKS wildlife areas (~213). State parks + WMAs + fishing lakes. Filter complex, accessRestriction.
Input schema
{ "type": "object", "properties": { "name": { "type": "string" }, "complex": { "type": "string", "examples": [ "Cheyenne Bottoms" ] }, "mgtUnit": { "type": "string" }, "accessRestriction": { "type": "string" }, "huntAccess": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }COMPLEX = federal reservoir name (KDWPT on USACE shoreline).
searchWalkInHuntingAreas
readKS WIHA private-lands public-access (~3.7K). Filter county, contractStatus/Type, archeryShotOnly.
Input schema
{ "type": "object", "properties": { "county": { "type": "string", "examples": [ "Sedgwick" ] }, "contractStatus": { "type": "string" }, "contractType": { "type": "string" }, "contractName": { "type": "string" }, "archeryShotOnly": { "type": "boolean" }, "yearActiveAtLeast": { "type": "number" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }Has COUNTY (Title Case). Service renamed each season — latest hard-coded.
getServiceInfo
readSchema, record counts (live), enum values, and §0 probe notes for any of the 4 curated layers.
Input schema
{ "type": "object", "properties": { "service": { "type": "string" } }, "additionalProperties": false }
