Skip to main content
Glama

Energetica — Argentine Oil & Gas Data

query_wells

Search and filter Argentine oil & gas wells. Returns well location, type, status, cumulative production, and technical data. ~50,000 wells available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results, default 100
cuencaNoBasin filter (NEUQUINA, GOLFO SAN JORGE, etc.)
empresaNoOperating company filter
formacionNoGeological formation
provinciaNoProvince filter (NEUQUEN, CHUBUT, MENDOZA, etc.)
tipo_estadoNoWell status (e.g. Activo, Inactivo, Abandonado)
tipo_recursoNoResource type
con_produccionNoOnly wells with cumulative production > 0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses that the tool returns location, type, status, cumulative production, and technical data, and mentions the dataset size (~50,000 wells). However, it does not explicitly state read-only behavior, pagination, rate limits, or default result limits, which are useful for a query tool.

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 three concise sentences: it front-loads the purpose, lists return types, and gives dataset scale. Every sentence provides unique information with no fluff or 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?

With 8 optional parameters, no required fields, and no output schema, the description lists return fields and dataset size but omits operational details like default limit behavior, pagination, or whether filters are combinable. It is adequate but leaves room for clarification, especially given the absence of an output schema.

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 baseline is 3. The description adds some high-level context (e.g., 'cumulative production' relates to con_produccion, dataset size aids limit interpretation) but does not elaborate on individual parameters beyond what the schema already provides.

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 uses a specific verb ('Search and filter') and a clear resource ('Argentine oil & gas wells'), and distinguishes it from sibling tools that focus on other datasets (investments, prices, production, trade). It also states what data is returned, making the tool's 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 description implies usage for well-related queries but does not explicitly state when to use this tool versus alternatives like query_production or query_investments. No when-not or alternative guidance is provided, though the resource context offers some inference.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct purpose: metadata (get_schema, get_data_freshness), generic SQL access (execute_sql), and domain-specific queries (investments, prices, production, trade, wells). There is no overlap between specialized queries, and execute_sql is clearly positioned as a raw fallback.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern: get_ for metadata, query_ for data retrieval, and execute_sql for the raw query tool. The style is uniform and predictable, making it easy to infer tool behavior from names.

Tool Count5/5

With 8 tools, the set is well-scoped for the domain. It covers the core data dimensions (investments, prices, production, trade, wells) plus essential support tools (schema, freshness, raw SQL) without unnecessary bloat or redundancy.

Completeness5/5

The tool set covers all major facets of Argentine oil & gas data: production, investment, pricing, trade, and wells. The inclusion of execute_sql and get_schema ensures that any data not exposed via a dedicated query can still be accessed, leaving no obvious dead ends.

Resources