Skip to main content
Glama

EngScript Engineering MCP

VENTURIGAS

Gas Venturi tube sizing / differential pressure / flow rate calculation based on ISO 5167 Venturi meter (as cast convergent venturi tube). Exactly ONE of [M, dP, D2] must be set to '?' — that variable will be calculated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
MYesGas mass flow rate. Set value='?' to calculate.
kNoHeat capacity ratio (Cp/Cv), default 1.4
D1YesPipe inside diameter
D2YesVenturi throat diameter. Set value='?' to calculate.
P1YesUpstream (operating) pressure
dPYesDifferential pressure across Venturi meter. Set value='?' to calculate.
muYesDynamic viscosity
rhoYesFluid density

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description carries the burden. It discloses the one-?-variable rule and the ISO 5167 basis, but does not describe error handling (e.g., what happens if zero or multiple '?' are set) or the exact return format. This is adequate but not deeply transparent.

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?

Two compact sentences: the first states the tool's purpose and standard, the second states the key input rule. No fluff, well-structured, front-loaded.

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?

For a calculator with 8 parameters and no output schema, the description explains the calculation mode and the variable-selection mechanism. It could mention expected output structure or assumptions, but the stated rule is sufficient for most scenarios.

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 coverage is 100% so the baseline is 3. The description adds the cross-parameter constraint that exactly one of [M, dP, D2] must be '?', which is not readily inferable from individual parameter descriptions. This adds meaningful semantic value beyond the 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 clearly states the tool performs gas venturi tube sizing, differential pressure, and flow rate calculations per ISO 5167. The phrase 'Gas Venturi' distinguishes it from sibling tools like VENTURILIQ and ORIFICEGAS.

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?

It explicitly specifies the key usage rule: exactly one of M, dP, or D2 must be marked with '?' and that variable will be calculated. However, it does not explicitly contrast this tool with alternatives like ORIFICEGAS or VENTURILIQ, so the guidance is clear but not exhaustive.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.4/5.0
Disambiguation2/5

Several tool groups overlap significantly, such as DVR/advDVR, ECONOMIC/advECONOMIC, and multiple pipe/valve/PSV sizing tools differentiated only by fluid. Names like FLUEGAS and FUELGAS are easily confused, and generic solvers (SOLVE, FORMULA) overlap with specialized calculators.

Naming Consistency2/5

Tool names are a mix of full words (BALANCE, CARBON, STEAM) and cryptic acronyms (CTWRCAPA, HTRINOSSEFF, PSVGAS) with no consistent verb or separator convention. All-caps is uniform, but the naming pattern is unpredictable.

Tool Count1/5

58 tools is an extreme number for an MCP server, far exceeding the 25+ threshold. While the engineering domain is broad, this many distinct tools makes discovery and selection unwieldy, and many could be consolidated into parameterized functions.

Completeness4/5

The tool surface covers a wide range of chemical/process engineering calculations including fluid flow, heat transfer, thermodynamics, and equipment sizing. Minor gaps exist (e.g., no NPSH calculation, no two-phase flow sizing, no heat exchanger rating), but agents can generally find a suitable tool for common tasks.

Resources