Skip to main content
Glama
petropt

petropt/petro-mcp

calculate_turner_critical

Calculate the minimum gas velocity and flow rate required to continuously lift liquids from a gas well, preventing liquid loading, using the Turner droplet model.

Instructions

Turner et al. (1969) critical rate for gas well liquid unloading.

Calculates the minimum gas velocity and flow rate needed to continuously lift liquids from a gas well using the droplet model.

Args: wellhead_pressure_psi: Wellhead flowing pressure in psi. wellhead_temp_f: Wellhead temperature in degrees F. gas_sg: Gas specific gravity (air = 1.0). condensate_sg: Condensate specific gravity (optional). water_sg: Water specific gravity. Default 1.07. tubing_id_in: Tubing inner diameter in inches. Default 2.441. current_rate_mcfd: Current gas rate in Mcf/d for status check (optional).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wellhead_pressure_psiYes
wellhead_temp_fYes
gas_sgYes
condensate_sgNo
water_sgNo
tubing_id_inNo
current_rate_mcfdNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description bears the full burden. It explains the underlying model (droplet model) and lists parameters, but does not disclose assumptions, limitations, or computational behavior. Adequate but not comprehensive.

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 concise: two paragraphs with no wasted words. The core purpose is stated front-loaded, followed by parameter documentation. Every sentence is necessary and informative.

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 an output schema exists (not shown), the description does not need to detail return values. It thoroughly explains inputs. However, it could mention what the output represents or provide a usage example, which would enhance completeness slightly.

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

Parameters5/5

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

Despite 0% schema description coverage, the description includes a detailed 'Args' block that explains each of the 7 parameters with units and types. This adds significant meaning beyond the schema field names, fully compensating for the lack of schema descriptions.

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 that the tool calculates the Turner et al. (1969) critical rate for gas well liquid unloading, specifying it computes minimum gas velocity and flow rate. This is specific and distinguishes it from related tools like calculate_coleman_critical.

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 guidance on when to use this tool versus alternatives like Coleman's critical rate or other methods. It lacks explicit when-to-use or when-not-to-use context, leaving the agent with no decision-making support.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/petropt/petro-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server