Skip to main content
Glama
petropt

petropt/petro-mcp

rta_normalized_rate

Normalize production rates by dividing by pressure drawdown to remove flowing pressure effects, enabling accurate type curve analysis and RTA.

Instructions

Normalize production rate by pressure drawdown: q / (Pi - Pwf).

Removes the effect of variable flowing pressure from production data, making it suitable for type curve analysis and RTA.

Args: rate: Production rates (bbl/d or Mcf/d). flowing_pressure: Bottomhole flowing pressures (psi). initial_pressure: Initial reservoir pressure (psi).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rateYes
flowing_pressureYes
initial_pressureYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description reveals the mathematical operation but does not disclose boundary conditions (e.g., Pi > Pwf, arrays must match in length) or error handling. With no annotations, more detail on behavioral traits would be beneficial.

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, starting with the formula and purpose, then listing args with units. Every sentence is necessary and front-loaded.

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?

The description covers the essential points: formula, purpose, and parameters. Since an output schema exists, return value details are handled. It could explicitly state the output is an array of normalized rates, but overall it is sufficient for a calculation 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 description adds units and context for each parameter (bbl/d, psi), compensating for the 0% schema coverage. However, it does not specify that rate and flowing_pressure arrays must be the same length or that initial_pressure is a scalar applied uniformly.

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 explicitly states the formula q/(Pi-Pwf) and explains that it normalizes rate to remove pressure effects for type curve analysis and RTA. This clearly distinguishes it from sibling RTA methods like rta_blasingame or rta_agarwal_gardner.

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 use for type curve analysis and RTA but does not explicitly state when to use this tool versus other RTA-specific transformations. No alternatives or exclusion criteria are mentioned.

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