Provenance
Freshness & coverage
Methods (4)
searchStateParks
readMS state parks (39 polygons). Filter parkName, bbox, near.
Input schema
{ "type": "object", "properties": { "parkName": { "type": "string", "examples": [ "Buccaneer" ] }, "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 }Minimal upstream schema — name + shape area only; no county/type/acres columns.
searchWildlifeManagementAreas
readMS WMAs (64 polygons, MDWFP-administered). Filter wmaName, bbox, near.
Input schema
{ "type": "object", "properties": { "wmaName": { "type": "string", "examples": [ "Pascagoula" ] }, "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 }searchForestryPlans
readMS Section 16 BOE forestry plans (~1.1K polygons). Filter county, district, primaryGoal, planType.
Input schema
{ "type": "object", "properties": { "county": { "type": "string" }, "district": { "type": "string" }, "planType": { "type": "string" }, "primaryGoal": { "type": "string", "examples": [ "Timber Production" ] }, "planName": { "type": "string" }, "minAcres": { "type": "number" }, "treeFarmOnly": { "type": "boolean" }, "certifiedStewardshipOnly": { "type": "boolean" }, "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 }PrimGoal: Timber Production 573 / Wildlife 317 / Fire Protection 107.
getServiceInfo
readSchema, counts, page caps, forestry plan enums, §0 notes incl MARIS-down + MDWFP TLS chain.
Input schema
{ "type": "object", "properties": { "service": { "type": "string" } }, "additionalProperties": false }
