Skip to main content
Glama

getecoback-raumklima

taupunkt_lueften

Taupunkt der Außenluft und die Antwort auf 'darf ich jetzt lüften?'. — Dew point of the outside air and whether opening the window right now would make a basement or damp room wetter (Magnus formula, walls counted 2 °C below room temperature).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
innen_temp_cYesInnen-/Kellertemperatur in °C (Wände werden 2 °C kühler gerechnet)
aussen_temp_cYesAußentemperatur in °C
aussen_luftfeuchte_prozentYesRelative Luftfeuchte außen in % (5–100)

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations available, the description carries the full burden. It discloses the use of the Magnus formula and the key assumption that walls are counted 2 °C below room temperature. This gives the user insight into the calculation method. It does not specify output format or edge cases, but the description implies a recommendation (yes/no) which is adequate for a simple 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.

Conciseness4/5

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

The description is concise, with two sentences, and front-loads the core purpose. The bilingual repetition adds a little redundancy but does not significantly inflate length. No unnecessary filler is present.

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?

The tool is simple with only three inputs and no output schema. The description explains the exact scenario (damp room/basement ventilation) and the calculation assumption. It adequately covers what the user needs to know, though it could optionally mention the output type (e.g., 'yes/no recommendation') more explicitly.

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?

All three parameters are fully described in the schema (100% coverage). The description adds context about the formula and wall assumption, but this is mostly restating what is already in the schema (e.g., walls counted 2 °C cooler). Since schema coverage is high, the baseline 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's function: it computes the dew point of outside air and answers whether opening a window would make a basement or damp room wetter. It uses specific terminology (dew point, Magnus formula) and distinguishes itself from sibling tools like BTU calculations or window sealing by focusing on ventilation decisions.

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 provides clear context: this is for deciding whether to ventilate a basement or damp room based on outdoor conditions. It implies when to use it, but does not explicitly mention when not to use it or compare with alternatives. Since the sibling tools are all different domains (heating, sealing, etc.), the context is sufficient to avoid confusion.

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.2/5.0
Disambiguation5/5

Each tool addresses a distinct aspect of room climate: cooling capacity, heating power, window sealing, heatwave forecast, running costs, dew point ventilation, and guide search/read. No two tools have overlapping purposes.

Naming Consistency4/5

All names follow a lowercase snake_case pattern and use German terms, but the structure is not uniform: most are noun compounds (btu_empfehlung, heizleistung_watt), while two end in verbs (ratgeber_lesen, taupunkt_lueften) and one uses a noun 'suche' instead of 'suchen'. This is a minor deviation from a strict verb_noun pattern.

Tool Count5/5

Eight tools is well within the ideal 3-15 range and each tool contributes a clear function to the server's purpose. The count feels neither sparse nor bloated.

Completeness4/5

The tool set covers the core domain of room climate calculations and practical advice: cooling, heating, sealing, costs, weather, and ventilation. Minor gaps exist (e.g., no dedicated dehumidifier sizing tool), but the guide search can likely fill those niches.

Resources