Skip to main content
Glama
petropt

petropt/petro-mcp

check_well_anticollision

Compute center-to-center distance between two well trajectories to identify the closest approach point and assess collision risk.

Instructions

Check separation between two wells at closest approach.

Computes center-to-center distance between two well trajectories and identifies the closest approach point.

Args: well1_md: Measured depths for reference well. well1_inc: Inclinations for reference well (degrees). well1_azi: Azimuths for reference well (degrees). well2_md: Measured depths for offset well. well2_inc: Inclinations for offset well (degrees). well2_azi: Azimuths for offset well (degrees). well2_start_north: Offset well surface location north of reference. well2_start_east: Offset well surface location east of reference. unit: Depth unit -- 'feet' or 'meters'. Default 'feet'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
well1_mdYes
well1_incYes
well1_aziYes
well2_mdYes
well2_incYes
well2_aziYes
well2_start_northNo
well2_start_eastNo
unitNofeet

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool computes distance and identifies closest approach (non-destructive), but does not mention permissions, side effects, or limitations. Adequate but could be more explicit.

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?

The description is concise: a one-line summary, a one-line elaboration, then a parameter list. No fluff, but the parameter list could be formatted with better separation for readability.

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 tool's purpose, operation, and all parameters. An output schema exists, so return values are not required. However, it does not mention that well1_start_north/east default to 0 or any assumptions about well1's reference point, which might be useful.

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 an Args section explaining each of the 9 parameters, including units and defaults (e.g., unit default 'feet'). This significantly adds meaning beyond the schema alone.

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 the tool checks separation between two wells at closest approach, computing center-to-center distance and identifying the closest point. This distinguishes it from sibling tools that focus on single well calculations or economics.

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?

No guidance on when to use this tool versus alternatives or prerequisites. While the purpose is clear, there is no explicit context for when it is appropriate or when to avoid using it.

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