Skip to main content
Glama

oil-gas-data

get_operator_profile

Get an oil & gas operator profile + summary counts of permits, recent spuds, new producers, and DUC inventory across Texas and Oklahoma.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesOperator slug (lowercase, hyphenated, e.g. "exxonmobil", "pioneer-natural-resources")

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description must disclose behavior itself. It does state the major return components and geographic scope, but doesn't address aggregation, time windows, or whether output is a single profile object. Basic but not deeply transparent.

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?

One sentence, front-loaded with the verb and object; the list of summary counts is compact. No filler.

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 one-parameter read tool without an output schema, the description covers the key return categories and scope. It does not define time frames, units, or format for the counts, but enough context is present to invoke the tool and interpret the result broadly.

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 single 'slug' parameter is fully documented in the input schema with pattern and example, and schema coverage is 100%. The description adds no extra parameter semantics, so baseline 3 is appropriate.

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 names a specific verb ('Get') and resource ('operator profile'), then enumerates the summary counts it includes (permits, recent spuds, new producers, DUC inventory). This differentiates it from siblings like get_operator_permits and get_operator_recent_activity, which target narrower data.

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?

There is no explicit guidance on when to choose this tool over get_operator_permits, get_operator_recent_activity, or get_duc_inventory. The summary nature implies an overview use case, but the description never states conditions, exclusions, or alternatives.

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.

Resources