Skip to main content
Glama
petropt

petropt/petro-mcp

prob_forecast

Generate P10/P50/P90 rate-time forecast profiles from statistical distributions of initial rate, decline rate, and b-factor. Output includes downsampled rate curves and cumulative production at 1/3/5/10/20/30 years.

Instructions

Generate P10/P50/P90 rate-time forecast profiles.

Unlike mc_eur which returns only EUR summaries, this generates the full rate-time curves at each percentile. Output includes downsampled rate profiles and cumulative production milestones at 1/3/5/10/20/30 years.

Args: qi_dist: Dict with 'mean' and 'std' for initial rate. di_dist: Dict with 'mean' and 'std' for decline rate. b_dist: Dict with 'mean' and 'std' for b-factor. forecast_months: Forecast duration in months (default 360 = 30 years). economic_limit: Minimum economic rate (default 5.0). num_simulations: Number of realizations (default 1000).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qi_distYes
di_distYes
b_distYes
forecast_monthsNo
economic_limitNo
num_simulationsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description carries full burden. It describes output (downsampled rate profiles, cumulative milestones) but does not explicitly state non-destructive nature, auth requirements, or side effects. Adequate but not exhaustive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is concise with purpose front-loaded. Includes both output details and argument descriptions. Minor improvement could be separating output description from args.

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 moderate complexity (6 params, output schema exists), description covers input semantics and output nature. Doesn't detail return format (acceptable due to output schema), but sufficiently explains what the tool produces.

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?

Schema has 0% description coverage, but description adds meaningful explanations for each parameter (e.g., 'qi_dist: Dict with mean and std'). Provides defaults for non-required params, adding value beyond schema. Explanation for distribution dicts is slightly vague but still helpful.

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?

Clearly states 'Generate P10/P50/P90 rate-time forecast profiles', specifying verb and resource. Explicitly distinguishes itself from sibling tool 'mc_eur' by noting it returns full rate-time curves not just EUR summaries.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides direct comparison with sibling 'mc_eur', indicating when to use this tool (for full rate-time curves vs. EUR summaries). Implies context for probabilistic forecasting without explicit exclusions.

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