Skip to main content
Glama

hvac-btu-heat-klimaanlage

fensterabdichtung_laenge

Benötigte Länge einer Fensterabdichtung für mobile Klimaanlagen aus den Flügelmaßen. — Required window-seal length for a portable air conditioner from the sash measurements (perimeter = 2×(width+height)), plus the off-the-shelf size that fits. Covers tilt-and-turn and roof windows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoehe_cmYesFlügelhöhe in cm (20–300)
breite_cmYesFlügelbreite in cm (20–300) — der bewegliche Teil, nicht der Rahmen
fenstertypNoFenstertyp — window type: kipp/drehkipp = tilt or tilt-and-turn, dachfenster = roof/skylight. Default: kipp

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It does disclose the calculation formula and the two-part output (required length and standard size), which is useful. However, it does not mention edge cases, input range limits, or potential error behavior, which is a gap given the lack of annotation context.

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 two sentences, front-loaded with the core purpose, and includes the formula and scope without redundancy. Every clause contributes useful information, making it highly efficient.

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?

Given there is no output schema, the description adequately explains the return concept: required length plus a fitting standard size. It also includes the formula and supported window types. Missing exact return format (e.g., units or combined output structure) but acceptable for a simple calculation tool.

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 description coverage is 100%, so baseline is 3. The description adds value by linking width and height to the perimeter formula, reinforcing their meaning as sash measurements. It also covers the fenstertyp parameter by stating the supported window types, which aligns with the enum values.

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 the required window-seal length for a portable AC from sash dimensions, with the formula (perimeter = 2×(width+height)), which is specific and distinguishes it from sibling tools like btu_empfehlung or klimaanlage_stromkosten. It also mentions it returns an off-the-shelf size, further defining its purpose.

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 implies when to use the tool: when needing the seal length for a portable AC given window sash measurements. It also specifies covered window types (tilt-and-turn and roof windows), providing scope guidance. However, it does not explicitly mention alternatives or when not to use it, though the siblings are clearly different domains.

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

A4.1/5.0
Disambiguation5/5

Each tool targets a distinct calculation or data source: subsidies, BTU sizing, seal length, heating power, heatwave forecast, running cost, guide search/read, and dew point. No two tools have overlapping purposes, so an agent can easily select the right one.

Naming Consistency4/5

All tool names use lowercase with underscores and German terms, but the semantic pattern is slightly mixed: most follow 'topic_noun' (e.g., btu_empfehlung), while two are 'object_verb' (ratgeber_lesen, ratgeber_suche). This is a minor deviation from a fully uniform convention.

Tool Count5/5

Nine tools is well within the optimal 3-15 range for a niche advice server. Each tool addresses a specific aspect of HVAC/energy guidance, and the inclusion of guide search/read does not make the set feel bloated.

Completeness4/5

The server covers the core domain well: cooling and heating sizing, running costs, window sealing, ventilation, and heatwave data. It lacks dedicated tools for dehumidifier sizing or AC comparison, but these topics are accessible through the guide search/read tools, so agents can work around the gaps.

Resources