Get Well Permits
opa_get_well_permitsRetrieve the latest US oil and gas well drilling permits, filterable by state or operator, to track permitting activity and upstream trends.
Instructions
Get the latest US oil & gas well drilling permit data. Use when the user asks about well permits, new drilling permits, permitting activity, or upstream permit trends. Returns the latest permits; optionally filtered/aggregated by state or by operator. Requires the well-permits add-on or an enterprise plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Which view to return: latest (most recent permits), by_state (counts aggregated per state), or by_operator (counts aggregated per operator). Default: latest. | latest |
| state | No | Optional US state name or 2-letter code to filter permits (e.g., 'Texas', 'TX'). Applies to the latest and by_state views. | |
| operator | No | Operator name for the by_operator view. For richer filters and explicit freshness metadata, use opa_search_well_permits. |