Skip to main content
Glama

Solvion Heating Energy Engineering

Specific heat loss

specific_heat_loss
Read-onlyIdempotent

Convert total heat loss to W per square metre.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
area_m2Yes
heat_loss_kwYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral context by stating this is a conversion/calculation to W per square metre, which is consistent with the annotations.

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 sentence with no filler, front-loaded with the verb and resource. Every word contributes to meaning.

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 simple two-parameter calculation with readOnly/idempotent annotations, the description conveys the operation and output unit. It does not spell out the exact formula (kW × 1000 / m²), but the parameter names and 'per square metre' make the calculation inferable.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate, but it only refers to 'total heat loss' and 'per square metre' without explicitly defining heat_loss_kw or area_m2 or the formula relating them. The parameter names carry most of the meaning; the description adds little beyond the output unit.

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 uses a specific verb ('Convert') and a precise resource ('total heat loss') with an explicit target unit (W per square metre). This clearly differentiates it from sibling heat_loss_total, which computes the total rather than the area-normalized value.

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 the tool is for normalizing total heat loss by area, but it never states when to choose this over heat_loss_total or other heating-calculation siblings. No explicit when/when-not or alternative routing is provided.

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