Skip to main content
Glama

EngScript Engineering MCP

ORIFICEGAS

Gas orifice sizing / differential pressure / flow rate calculation based on ISO 5167 orifice. 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
D2YesOrifice bore diameter. Set value='?' to calculate.
P1YesUpstream (operating) pressure
dPYesDifferential pressure across orifice. 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?

Without annotations, the description carries the burden of behavioral disclosure. It explains the '?' selection mechanism, but does not disclose what happens if multiple unknowns are provided, whether k has a default, how results are returned, or any potential restrictions. For a calculation tool, this is adequate but not fully 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?

The description is a single sentence that is front-loaded with the primary purpose and immediately follows with the critical usage rule. Every word earns its place, with no fluff or repetition.

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 tool has 8 parameters and no output schema, but the description covers the key invocation pattern. It does not explicitly mention the return value (e.g., the calculated variable) or the optional k parameter, though the schema covers k's default. Given the complexity, the description is adequate but could be slightly richer.

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%, providing baseline 3. The description adds value by consolidating the '?' rule for M, dP, and D2 into a single constraint, clarifying that only one can be calculated at a time. This supplements the schema descriptions without redundancy.

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's function: gas orifice sizing, differential pressure, and flow rate calculation based on ISO 5167. The word 'Gas' distinguishes it from sibling tools like ORIFICELIQ, and the specific verb 'sizing / calculation' makes the purpose unambiguous.

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 an explicit usage rule: exactly one of M, dP, D2 must be set to '?', and that variable will be calculated. This is strong guidance for invocation. However, it does not mention alternatives (e.g., ORIFICELIQ for liquid) or when not to use this tool, so it falls short of a 5.

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