Skip to main content
Glama

Pointer Minerals — Texas Oil & Gas Data

Server Details

Read-only Texas oil & gas data: operator directory, county production, and dataset catalog.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Uptime
99.9% over 37 days
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation3/5

Most tools target distinct resources, but get_operator and search_operators both support name-based operator lookup, and download_dataset largely duplicates the URL/DOI information already available from list_datasets. The descriptions clarify list-vs-single and exact-vs-ranked behavior, but an agent could still misselect between these pairs.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern: download_, get_, list_, and search_. The nouns map clearly to resources, and there are no mixed conventions or vague verb choices.

Tool Count5/5

Six tools is well-scoped for a Texas oil and gas data access server. Each tool covers a distinct resource class—datasets, counties, operators, or production—and the count feels neither thin nor bloated.

Completeness5/5

The toolset supports natural discovery-to-access workflows: list_datasets to download_dataset, list_counties to get_county_production, and search_operators to get_operator. There are no obvious dead ends or missing core operations for the apparent domain.

Available Tools

6 tools
download_datasetAInspect

Get the bulk-download URL and DOI for a named dataset.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYes

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It clearly states the tool returns a URL and DOI, implying a read-only operation, but does not disclose whether the URL requires authentication, rate limits, or what happens if the dataset name is invalid. The description is honest but lacks detail.

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

Conciseness5/5

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

The description is a single sentence that is direct and free of unnecessary words. It front-loads the action and output clearly.

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

Completeness4/5

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

For a tool with one parameter and no output schema, the description sufficiently explains the primary return value (URL and DOI). However, it does not mention related tools like list_datasets, which would help complete the usage context. Minor gap but overall adequate.

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?

The schema has a single 'name' parameter with no description, and the description adds that it is the name of a dataset. This provides some meaning beyond the schema, but it does not clarify the source of valid names or format expectations. With 0% schema coverage, more explicit parameter guidance would be beneficial.

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 clearly states a specific verb ('Get') and the exact resource ('bulk-download URL and DOI for a named dataset'). It distinguishes itself from sibling tools like list_datasets (which lists datasets) and get_county_production (which gets production data) by specifying the exact output.

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

Usage Guidelines2/5

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

The description does not provide any guidance on when to use this tool versus alternatives. It does not mention that the dataset name should come from list_datasets, nor any exclusions or prerequisites. The agent must infer usage from context.

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

get_county_productionBInspect

Monthly oil (bbl) and gas (Mcf) production for a Texas county. Optional YYYY-MM from/to window.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNo
fromNo
limitNo
stateNoTX
countyYes

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It mentions the data grain (monthly), units (bbl, Mcf), and optional date window, but does not disclose behavior around the limit parameter, default state, return format, or edge cases such as invalid dates. This is minimal behavioral information beyond what the tool name implies.

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

Conciseness5/5

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

The description is two short sentences, front-loaded with the core purpose and then the optional date window. Every word is purposeful, with no fluff or redundancy. It is appropriately concise for the tool's simplicity.

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

Completeness2/5

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

Given the tool has 5 parameters, no output schema, and no annotations, the description is too sparse. It does not mention the limit parameter, the state default, the required county field (beyond the tool name), or the expected return structure. An agent would not have enough context to invoke the tool correctly without additional assumptions.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It does explain that from/to are optional and expect YYYY-MM format, but it does not explain the required county parameter or the limit and state parameters. The description adds value for only two of the five parameters, leaving the others undocumented.

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 clearly identifies the tool's purpose: retrieving monthly oil (bbl) and gas (Mcf) production for a Texas county. It specifies the resource (county production), the units, and the temporal granularity, which distinguishes it from sibling tools like get_operator or list_datasets.

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

Usage Guidelines3/5

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

The description implies usage context: it is for getting county-level production data, with an optional from/to date window. However, it does not explicitly mention when to use this tool versus alternatives, nor does it provide exclusion criteria. The usage guidance is primarily about parameter filtering, not tool selection.

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

get_operatorBInspect

Look up a Texas operator by RRC org number (exact) or name (fuzzy). One of org_no or name is required.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameNo
stateNoTX
org_noNo

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description must disclose behavior. It does mention the exact/fuzzy matching semantics and the required-parameter condition, which is useful. However, it omits critical behavioral details: what the response looks like, behavior when no match is found, handling of the state parameter, and the nature of the fuzzy matching. The agent is left without knowledge of return structure or error cases.

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

Conciseness5/5

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

The description consists of two concise sentences that are front-loaded with the core action and required condition. Every word serves a purpose, with no fluff or repetition. It is appropriately sized for the tool's simplicity.

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

Completeness2/5

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

The tool is a lookup with 3 parameters, no annotations, and no output schema. The description covers the lookup mechanism but fails to state the return type, error behavior, or the role of the state parameter. This is a significant gap because the agent cannot predict what the tool will return or how failures are signaled, making the description incomplete for reliable invocation.

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 0%, so the description must compensate. It clarifies that org_no is the RRC org number and that name uses fuzzy matching, and it specifies the OR requirement. However, the state parameter is entirely unmentioned, and its default value and purpose are not explained. The description adds value for two of three parameters but ignores the third.

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 clearly states the tool's function: 'Look up a Texas operator by RRC org number (exact) or name (fuzzy)'. It specifies a concrete verb ('look up'), resource ('Texas operator'), and the lookup methods (exact/fuzzy). This distinguishes it from siblings like search_operators by highlighting the exact-match capability and the specific identifier.

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

Usage Guidelines2/5

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

The description includes a usage constraint ('One of org_no or name is required') but offers no guidance on when to choose this tool over alternatives like search_operators. There is no mention of suitable scenarios, exclusions, or comparative context, leaving the agent to infer the tool's role from its name and siblings.

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

list_countiesCInspect

List the Texas counties Pointer covers.

ParametersJSON Schema
NameRequiredDescriptionDefault
stateNoTX

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description carries the full burden. It only says 'list' (implying a read operation) but does not disclose output format, pagination, authentication needs, or how the optional state parameter relates to the Texas scope. The mismatch between the explicit 'Texas' and the generic state parameter adds ambiguity.

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 a single clear sentence, front-loaded with the verb and resource. It has no fluff and is appropriately terse for a simple list tool, though it could be slightly more informative without losing conciseness.

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

Completeness2/5

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

There is no output schema and no annotations, so the description must explain what the tool returns and any behavioral constraints. It only states that Texas counties are listed, but does not describe the return structure, whether any counties are excluded, or how the state parameter is handled. This is insufficient for an agent to use confidently.

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

Parameters2/5

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

The schema has one optional parameter (state, default 'TX') with 0% description coverage. The description does not explain the state parameter, its valid values, or its effect on results beyond repeating 'Texas' which mirrors the default. It adds no meaning beyond the schema.

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

Purpose4/5

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

The description clearly states the action (list), the resource (counties), and the scope (Texas). It distinguishes from list_datasets by specifically targeting counties, but does not explicitly differentiate from get_county_production or other siblings.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. The description is purely declarative with no mention of scenarios, exclusions, or relationships to sibling tools like get_county_production.

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

list_datasetsAInspect

List Pointer Minerals datasets with license, DOI, grain, coverage, and bulk-download URLs.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description must disclose behavioral traits. It states 'list' (a read operation) and the fields returned, but does not clarify pagination, return format, or any limitations. This is sufficient for a simple list, but lacks richer context.

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

Conciseness5/5

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

The description is a single, front-loaded sentence that directly states the action and result, with no redundant or filler content.

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

Completeness4/5

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

Given the tool's simplicity (no parameters, no output schema, no annotations), the description provides adequate context: what it lists and what fields are included. It lacks explicit mention of the output structure or relationships to sibling tools, but this is not critical for a basic listing tool.

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

Parameters4/5

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

The tool has zero parameters, so the baseline is 4. The description needs no parameter explanations, and the schema confirms there are none.

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 clearly states the tool lists Pointer Minerals datasets and enumerates the exact attributes (license, DOI, grain, coverage, bulk-download URLs), making its purpose unambiguous and distinct from sibling tools like list_counties.

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

Usage Guidelines3/5

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

The use case is implied: use this tool when you need to list datasets. However, there is no explicit guidance on when to prefer this over alternatives like search_operators or list_counties, nor are any exclusions or prerequisites mentioned.

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

search_operatorsAInspect

Search Texas operators by name (FTS). Returns up to 50 ranked matches.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
stateNoTX

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds useful context like 'FTS' and 'ranked matches', but omits other behavioral traits such as how the state parameter affects results, whether pagination exists, or what the output format looks like.

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

Conciseness5/5

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

The description is highly concise: two short sentences with no filler. It front-loads the core purpose and adds the most important behavioral detail (result cap) without redundancy.

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

Completeness3/5

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

The description is adequate for a straightforward search tool but leaves gaps: it does not mention the configurable 'state' parameter despite the description saying 'Texas', nor does it describe return fields or how results relate to get_operator. Since there is no output schema, a bit more detail would be valuable.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It clarifies that 'query' is an operator name and that the limit is up to 50, but it completely omits the 'state' parameter, which is notable given Texas is hard-coded in the description while the schema allows a configurable state.

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 clearly states the tool searches Texas operators by name using full-text search, which directly distinguishes it from sibling tools like get_operator (retrieves a specific operator) and list_counties (lists counties). The result limit and ranking are also mentioned, making the purpose unambiguous.

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

Usage Guidelines3/5

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

The usage context is implied: use this tool when you need to find operators by name. However, it does not explicitly explain when not to use it or how it compares to get_operator (e.g., for retrieving full operator details by ID).

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 6 tool updates
    • First observeddownload_dataset
    • First observedget_county_production
    • First observedget_operator
    • First observedlist_counties
    • First observedlist_datasets
    • First observedsearch_operators

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables searching and querying Texas open data from data.texas.gov via the Socrata SoQL API, supporting dataset discovery, filtering, and metadata retrieval without an API key.
    6 npm
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Read-only access to a self-hosted GeoLens geospatial catalog: dataset search, schemas, GeoJSON features, saved maps, and sandboxed read-only SQL over PostGIS.
    6
    249
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    Enables live querying of oil & gas and geothermal well data from state regulator ArcGIS services, including searchable well records, operators, nearby wells, and raw queries, plus DOE GDR and Global Energy Monitor lookups.
    8
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides read-only access to Texas business rankings across metros and categories, including tools to search, compare, and get detailed score breakdowns with methodology.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources