Skip to main content
Glama
gabrielserrao

pyResToolbox MCP Server

stock_tank_incremental_gor

Calculate gas evolved from separator to stock tank for separator optimization, gas recovery, and tank venting requirements. Estimates incremental GOR in scf/stb based on pressure, temperature, and oil API.

Instructions

Calculate incremental GOR from separator to stock tank.

SEPARATOR DESIGN TOOL - Estimates gas evolved between separator and stock tank conditions.

Physics: As oil flows from separator (higher P, T) to stock tank (14.7 psia, ~60°F), additional gas comes out of solution.

Applications:

  • Separator optimization

  • Gas recovery calculations

  • Tank venting requirements

  • VOC emissions estimation

Returns stock tank incremental GOR in scf/stb.

Args: request: Separator pressure, temperature, and oil API

Returns: Dictionary with incremental GOR and guidance

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 of behavioral disclosure. It explains the physics behind the calculation and mentions the return format (dictionary with incremental GOR and guidance), but doesn't specify computational characteristics like performance expectations, error conditions, or validation requirements for the input parameters.

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 well-structured with clear sections (purpose, physics, applications, args, returns) and efficiently conveys necessary information. While comprehensive, every sentence serves a purpose - no redundant or wasted text. The formatting with bold headers enhances 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?

Given the tool's specialized engineering purpose, no annotations, and the presence of an output schema, the description provides good context. It explains the physics, applications, and what the tool returns. However, for a calculation tool with specific physical constraints, additional guidance on parameter validation or typical use cases would enhance completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% (the schema has no descriptions for individual parameters), but the description provides a high-level overview: 'Separator pressure, temperature, and oil API' in the Args section. However, it doesn't explain the meaning or significance of these parameters beyond their names, nor does it provide guidance on valid ranges beyond what's in the schema constraints.

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 specific purpose: 'Calculate incremental GOR from separator to stock tank' with the physics explanation of gas evolution between conditions. It distinguishes itself from sibling tools like 'oil_solution_gor' by focusing specifically on the incremental gas between separator and stock tank rather than total solution gas.

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

Usage Guidelines4/5

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

The description provides clear context for when to use this tool through the 'Applications' section (separator optimization, gas recovery calculations, tank venting requirements, VOC emissions estimation). However, it doesn't explicitly state when NOT to use it or name specific alternatives among the sibling tools for related calculations.

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/gabrielserrao/pyrestoolbox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server