Skip to main content
Glama

EngScript Engineering MCP

LN2DEPRESS

Calculate depressurization gas volumn abd hold time and saturation temperature for liquid nitrogen storage vessel

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
P1YesInitial pressure
P2YesFinal pressure
Q2YesNitrogen consumption rate
V1YesTank volume
H_unitNoRequired hold time unithours
T1_unitNoRequired temperature unitC
V2_unitNoAvailable gas volume unitNm3

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only lists outputs. It does not mention assumptions, limitations, output format, or required input conditions. This leaves the agent without important behavioral context for a calculation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with a clear structure, but contains typos ('volumn abd') that reduce polish. It is concise but not well-crafted, earning a middle score.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 7 parameters, 4 required, nested objects, and no output schema, the description is insufficient. It does not explain the return structure or how the calculated quantities relate, leaving significant gaps for an agent to correctly interpret results.

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 descriptions cover all parameters (e.g., 'Initial pressure', 'Tank volume') with 100% coverage. The tool description adds no parameter semantics beyond the schema, so the baseline score of 3 is appropriate.

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 calculates depressurization gas volume, hold time, and saturation temperature for liquid nitrogen storage vessels. It uses a specific verb ('Calculate') and resource, and distinguishes from sibling depressurization tools like STMDEPRESS and GN2DEPRESS by specifying liquid nitrogen, despite typos.

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 liquid nitrogen storage vessels but provides no explicit when-to-use or alternatives. It does not mention when to choose this over GN2DEPRESS or STMDEPRESS, nor any boundary conditions, so guidance is only implicit.

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