Skip to main content
Glama
petropt

petropt/petro-mcp

calculate_annular_velocity

Calculate annular velocity (AV) for drilling fluid circulation. Input flow rate (gpm), hole or casing inner diameter (in), and pipe outer diameter (in). AV = 24.51 * Q / (Dh^2 - Dp^2).

Instructions

Calculate annular velocity (AV = 24.51 * Q / (Dh^2 - Dp^2)).

Args: flow_rate_gpm: Flow rate in gallons per minute. hole_diameter_in: Hole or casing ID (inches). pipe_od_in: Pipe or drill string OD (inches).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
flow_rate_gpmYes
hole_diameter_inYes
pipe_od_inYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description includes the formula and parameter descriptions but does not explain output format or units. Since no annotations are provided, the description's minimal disclosure is adequate for a straightforward calculation but could be improved.

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 single-line formula followed by clear parameter definitions. It is efficient, though slightly informal with the docstring style.

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?

The description covers the essential formula and parameter definitions but omits the output unit (assumed ft/min) and any usage constraints. For a simple calculation tool, it is sufficient but not comprehensive.

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?

With 0% schema description coverage, the description compensates by explaining each parameter's meaning and units (e.g., 'Flow rate in gallons per minute'). This adds significant value beyond the bare schema.

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 states 'Calculate annular velocity' and provides the explicit formula, clearly defining the tool's function. Among many 'calculate_*' siblings, this tool is uniquely identified by its formula and required parameters.

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 is provided on when to use this tool versus siblings or alternatives. The description lacks any context about prerequisites, suitable scenarios, or limitations.

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