Skip to main content
Glama
novtriq-tech

NOVTRIQ Engineering

heatpump_heatloss

Calculate whole-dwelling fabric and ventilation heat loss to size a heat pump. Uses floor area, age band, location, and glazing to return design heat loss, recommended output, SCOP, and annual demand.

Instructions

Domestic whole-dwelling fabric + ventilation heat-loss estimate for heat pump sizing (BS EN 12831 / MCS), from floor area, storeys, age band, location and glazing. Returns design heat loss (kW), recommended heat pump output, indicative SCOP and annual demand. Typical U-values/SCOP, not measured.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
storeysNo
age_bandYes
locationYes
flow_temp_cNoEmitter flow temperature
floor_area_m2Yes
air_change_rateNoACH, default 0.5
ceiling_height_mNoDefault 2.4
glazing_pct_of_floorNoDefault 25
external_design_temp_cNoOverride 99.6% external design temp
internal_design_temp_cNoDefault 21

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are present, so the description carries the burden. It discloses that results are estimates based on typical U-values/SCOP rather than measured data, and it enumerates what the tool returns. This prevents over-trusting the outputs, though deeper assumptions behind age band and location are not detailed.

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 dense sentences with no redundancy. The purpose, standard, key inputs, outputs, and caveat are all front-loaded and each clause contributes useful information.

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 10-parameter tool with no output schema, the description covers core return values, input categories, and the estimate caveat. It omits explicit mention of override parameters such as flow temperature and design temperatures, but those are schema-described and secondary to the core calculation.

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 60%, so the schema already documents several parameters. The description adds meaning by identifying the governing physical inputs: floor area, storeys, age band, location, and glazing. It also links them to the calculation purpose without merely restating parameter names.

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 states a specific verb and resource: 'Domestic whole-dwelling fabric + ventilation heat-loss estimate' for 'heat pump sizing', tied to BS EN 12831 / MCS. It also lists concrete outputs, making it clearly distinguishable from cooling-load or general thermal tools.

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 usage context is clear: domestic, whole-dwelling, heat pump sizing, using standard assumptions. It does not explicitly name sibling alternatives or say when not to use it, but the purpose and domain are specific enough to route an agent correctly.

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