Pointer Minerals — Texas Oil & Gas Data
Server Details
Read-only Texas oil & gas data: operator directory, county production, and dataset catalog.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
6 toolsdownload_datasetAInspect
Get the bulk-download URL and DOI for a named dataset.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| limit | No | ||
| state | No | TX | |
| county | Yes |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| state | No | TX | |
| org_no | No |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | TX |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| state | No | TX |
TDQS
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.
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.
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.
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.
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.
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.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Read-only U.S. healthcare dataset metadata, schemas, immutable downloads, and checksums.
Read-only PDGA disc golf data — players, events, courses and season statistics.
Read-only U.S. lab-test catalog, collection-site search, and reference-range context.
Read-only U.S. mortgage market, lender, GSE performance, and servicing analytics.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables 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.9MIT

geolens-mcpofficial
AlicenseAqualityAmaintenanceRead-only access to a self-hosted GeoLens geospatial catalog: dataset search, schemas, GeoJSON features, saved maps, and sandboxed read-only SQL over PostGIS.6217Apache 2.0- FlicenseNot gradedqualityCmaintenanceProvides read-only access to Texas business rankings across metros and categories, including tools to search, compare, and get detailed score breakdowns with methodology.
- AlicenseNot gradedqualityCmaintenanceAccess City of Longview, Texas open geospatial data (parcels, zoning, public works) via ArcGIS Feature Services. Enables searching datasets, querying layers with SQL-like filters, and retrieving layer schemas.15MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct resource/action: datasets (list/download), counties (list), production (get by county), operators (exact lookup vs search). While get_operator and search_operators both deal with operators, the former is for exact/fuzzy single lookup while the latter is ranked FTS, making them distinguishable.
Tools follow a consistent verb_noun pattern (download_, get_, list_, search_) with clear prefixes. Although get_ and list_ both indicate retrieval, they apply to different resources and the verbs match the operation type (specific retrieval vs enumeration).
Six tools is well-scoped for a domain-specific data server, covering datasets, counties, production, and operators without redundancy.
The surface covers dataset discovery/download, county listing, production retrieval, and operator lookup/search—comprehensive for a data access API. No obvious missing CRUD operations since this is a read-only data source.