Skip to main content
Glama
petropt

petropt/petro-mcp

calculate_vshale

Calculate shale volume (Vshale) from gamma ray log using multiple methods: linear, Larionov tertiary, Larionov older, or Clavier. Input GR readings, clean sand, and pure shale values for accurate formation evaluation.

Instructions

Calculate shale volume (Vshale) from gamma ray log.

Methods: linear, larionov_tertiary, larionov_older, clavier.

Args: gr: Gamma ray reading (API units). gr_clean: GR in clean sand (API units). gr_shale: GR in pure shale (API units). method: Calculation method. Default 'linear'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
grYes
gr_cleanYes
gr_shaleYes
methodNolinear

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 describes the input parameters and calculation but does not disclose potential behavior such as error handling, limits, or output format. The description is straightforward but lacks depth.

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, with a clear title, methods enumeration, and parameter list. Every sentence serves a purpose without redundancy.

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 the tool's simplicity and the presence of an output schema, the description is fairly complete. It covers parameters and methods, though it could mention output shape or error conditions for full completeness.

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 schema has 0% description coverage, but the description compensates by listing each parameter with units (API units) and the default method. This adds meaningful context beyond the schema's type definitions.

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 shale volume (Vshale) from gamma ray logs and lists the supported methods. This distinguishes it from sibling tools that perform other calculations.

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 usage for Vshale calculation but does not provide explicit guidance on when to use this tool over alternatives or how to select among the listed methods. No when-not-to-use or alternative references.

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