Provenance
Freshness & coverage
Methods (3)
searchFormations
readSearch produced-water formations by name and median-TDS range; returns TDS stats + sample counts.
Input schema
{ "type": "object", "properties": { "formation": { "type": "string" }, "minMedianTds": { "type": "number" }, "maxMedianTds": { "type": "number" }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }searchLithiumBrines
readPer-sample lithium (Li mg/L) by state/formation/basin/minLi; returns samples + Li percentile stats.
Input schema
{ "type": "object", "properties": { "state": { "type": "string" }, "formation": { "type": "string" }, "basin": { "type": "string" }, "county": { "type": "string" }, "minLi": { "type": "number" }, "limit": { "type": "number" } }, "additionalProperties": false }getServiceInfo
readField meanings, units, and the lithium-snapshot caveat.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
