You're viewing a demo portfolio

Join the waitlist
PRSM

ok_wells_search

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Search Oklahoma oil & gas wells by county, operator, API number, and/or well type using the Oklahoma Corporation Commission (OCC) RBDMS well database (keyless public record). Unlike a pure map layer, this returns the OPERATOR, well status, well type (OIL/GAS/DRY/etc.), well name, county, and location for each match, plus the total matching count and a by-operator/by-type breakdown. Use it for 'who operates wells in county X', 'how many wells does operator Y have', or an operator's well portfolio. Oklahoma covers the Anadarko Basin / SCOOP / STACK plays. At least one of county, operator, or api is recommended to narrow the search.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "api": {
      "type": "string",
      "description": "API well number (digits; non-digits are ignored)."
    },
    "limit": {
      "type": "number",
      "description": "Max well records to return (default 25, max 100). The total matching count is always reported."
    },
    "county": {
      "type": "string",
      "description": "Oklahoma county name (e.g. 'Canadian', 'Kingfisher', 'Grady'). Matched case-insensitively."
    },
    "operator": {
      "type": "string",
      "description": "Operator name or fragment (e.g. 'Chesapeake', 'Devon'). Substring, case-insensitive."
    },
    "well_type": {
      "type": "string",
      "description": "Filter by well type: OIL, GAS, DRY, SWD (saltwater disposal), etc."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →