Skip to main content
Glama

ok_wells_search

Read-onlyIdempotent

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiNoAPI well number (digits; non-digits are ignored).
limitNoMax well records to return (default 25, max 100). The total matching count is always reported.
countyNoOklahoma county name (e.g. 'Canadian', 'Kingfisher', 'Grady'). Matched case-insensitively.
operatorNoOperator name or fragment (e.g. 'Chesapeake', 'Devon'). Substring, case-insensitive.
well_typeNoFilter by well type: OIL, GAS, DRY, SWD (saltwater disposal), etc.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnly, openWorld, idempotent, and non-destructive behavior, so the bar for additional disclosure is lower. The description usefully adds that this is a keyless public record, names the return payload fields including the total count and breakdowns, and clarifies the basin coverage. It does not discuss rate limits or response size limits beyond the schema's limit parameter, but the added context is substantive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is longer than the minimum but every sentence carries information: resource, differentiator, return fields, use cases, geography, and filtering guidance. The basin mention (Anadarko/SCOOP/STACK) is slightly tangential to invocation but still helps the agent understand scope. It is efficiently structured and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description carries the burden of explaining return values, and it does so thoroughly: operator, status, well type, well name, county, location, total count, and breakdowns. It also covers authentication (keyless), filter recommendations, and geographic scope. Nothing critical is missing for an agent to decide whether and how to call this tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the parameter semantics baseline is 3. The description repeats the filter names and recommends using at least one of them, which is mildly useful, but it does not add meaningful meaning beyond what the schema already documents for each parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Search Oklahoma oil & gas wells', then names the exact filters (county, operator, API, well type) and the data source (OCC RBDMS). It also differentiates itself from a pure map layer by enumerating the returned fields, making its purpose unmistakable even among many siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives concrete use cases ('who operates wells in county X', 'how many wells does operator Y have') and recommends at least one of county, operator, or API to narrow results. It implicitly excludes map-layer use cases, but it does not name a specific sibling alternative or state an explicit when-not-to-use condition.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.