Skip to main content
Glama

Solvion Heating Energy Engineering

Pipe velocity

hydronic_pipe_velocity
Read-onlyIdempotent

Estimate coolant velocity in a round pipe.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
flow_m3_hYes
inner_diameter_mmYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already establish read-only, idempotent, and non-destructive behavior. The description adds the round-pipe scope and the word 'estimate', signaling an approximate calculation, but it does not disclose assumptions, return format, or edge cases.

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?

A single front-loaded sentence with no filler; every word contributes to stating the tool's calculation purpose.

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?

With no output schema and no parameter descriptions, more context is needed: the result units, the formula or assumptions, and input constraints. The parameter names carry some unit information, but the description itself is too thin for confident invocation.

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

Parameters1/5

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

Schema description coverage is 0% and the description mentions neither parameter. An agent gets no explanation of how flow_m3_h and inner_diameter_mm relate, what units or conversions are needed, or what physical assumptions apply beyond the parameter names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear calculation goal: estimating coolant velocity in a round pipe. It identifies the operation and resource, but it does not differentiate itself from hydronic_mass_flow or other hydronics siblings.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives, no exclusions are stated, and no design context is provided. The description only restates the calculation, so the agent must infer usage from the tool name.

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.

Resources