Skip to main content
Glama

getecoback-climate-weather

Server Details

Raumklima & Klimaanlage tools (Germany): BTU sizing, window seal length, heatwave forecast, costs.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.9/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool addresses a distinct function: cooling load, seal length, heat wave preview, and electricity cost. There is no overlap in purpose or output.

Naming Consistency5/5

All names follow the same pattern of lowercase German compound nouns joined with underscores (e.g., btu_empfehlung, hitzewelle_vorschau). The style is perfectly uniform.

Tool Count5/5

With exactly 4 tools, the set is small but each tool clearly earns its place by covering a distinct calculation. This is well-scoped for a niche calculator server.

Completeness5/5

The tools cover the core calculators for mobile air conditioning (capacity, installation sealing, running costs) plus a weather preview, fully covering the apparent domain of getecoback.com.

Available Tools

4 tools
btu_empfehlungAInspect

Empfohlene Kühlleistung (BTU) für einen Raum in Deutschland/Europa, mit passender Geräteklasse. Formel identisch mit dem Rechner auf getecoback.com (340 BTU/m², Sonnenfaktor).

ParametersJSON Schema
NameRequiredDescriptionDefault
qmYesRaumfläche in m² (4–120)
sonneNoSonneneinstrahlung des Raums (Default: normal)
Behavior3/5

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

With no annotations, the description must carry the transparency burden. It discloses the formula (340 BTU/m², Sonnenfaktor) and that it mirrors a known calculator, which is useful. However, it does not mention limitations, error behavior, what 'passender Geräteklasse' entails, or the output format. Some behavioral context is present but incomplete.

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 long, front-loads the core purpose, and includes a reference to the formula without unnecessary detail. Every word contributes to understanding, and the structure is clear and 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?

The tool is relatively simple (2 params, no output schema), and the description covers the essential purpose and formula. It also mentions the device class output implicitly. It could be more complete by describing the output structure, but for the complexity level, it is sufficiently complete for an agent to select and use the 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 coverage is 100%, so baseline is 3. The description adds value by explaining the formula constants (340 BTU/m² and Sonnenfaktor), which clarifies how qm and sonne interact. This goes beyond the simple field descriptions and aids understanding of the calculation semantics.

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 purpose: 'Empfohlene Kühlleistung (BTU) für einen Raum in Deutschland/Europa' specifies the resource (cooling capacity for a room) and context (Germany/Europe). It also distinguishes itself from siblings like fensterabdichtung_laenge and klimaanlage_stromkosten by focusing on BTU recommendation and device class.

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 when to use the tool (for estimating BTU cooling capacity based on room size and sun exposure) but does not explicitly mention alternatives or exclusions. It references an identical calculator formula, which provides context, but lacks explicit 'use this instead of X' guidance relative to sibling tools.

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

fensterabdichtung_laengeBInspect

Benötigte Länge einer Fensterabdichtung für mobile Klimaanlagen aus den Flügelmaßen (Umfang = 2×(B+H)), plus passende Konfektionsgröße. Identisch mit dem Rechner auf getecoback.com.

ParametersJSON Schema
NameRequiredDescriptionDefault
hoehe_cmYesFlügelhöhe in cm (20–300)
breite_cmYesFlügelbreite in cm (20–300) — der bewegliche Teil, nicht der Rahmen
fenstertypNoFenstertyp (Default: kipp)
Behavior3/5

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

The description discloses the core calculation formula (Umfang = 2×(B+H)) and states the result is identical to the web calculator, providing useful behavioral context. However, it omits the effect of the fenstertyp parameter and the output format/unit, and with no annotations the description carries the full transparency burden.

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 two short sentences, front-loaded with the purpose. The second sentence ('Identisch mit dem Rechner...') adds a behavioral anchor but is slightly redundant. It is concise and well-structured, though it could be more direct with an explicit verb.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple calculator, the description covers the main computation and the existence of a standard size, and the schema handles parameter details. However, with no output schema, the description should clarify the return value and the role of fenstertyp; these are notable gaps.

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?

The input schema provides full descriptions (100% coverage) for all parameters, including ranges and clarification that breite_cm is the movable part. The description's formula maps B and H to breite and hoehe but adds no new parameter-specific detail, and the optional fenstertyp is not mentioned in the description.

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 clearly states the tool computes the required window seal length for mobile ACs from wing dimensions, plus a standard size. It distinguishes from sibling tools (BTU recommendation, heat wave preview, electricity costs) by focusing on seal length, but it is phrased as a noun phrase rather than with a specific verb like 'berechnet'.

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 context is implied: use when you have wing dimensions for a mobile AC window seal. The sibling tools clearly cover different functions, but the description does not explicitly mention when to use this tool vs. alternatives or exclude other scenarios, nor does it address the optional fenstertyp parameter.

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

hitzewelle_vorschauAInspect

Live-Hitzevorschau für Deutschland: Maximaltemperatur der nächsten 3 Tage (Berlin/Frankfurt/München, open-meteo), mit Einordnung ab 28 °C bzw. 32 °C.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

The description discloses the data source (open-meteo) and mentions classification thresholds (28°C/32°C), which adds some behavioral context. However, it does not explain what 'Einordnung' means precisely, nor what the output format is, and there are no annotations to fall back on.

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 a single, efficient sentence that packs all key information: purpose, geography, time frame, data source, and thresholds. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the description is clear for a simple tool, it lacks explicit details about the return value or classification semantics (what exactly 'Einordnung' means). Without an output schema, the agent is left to infer the response structure.

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?

The tool has zero parameters, and the schema is empty. The baseline of 4 applies since no parameter descriptions are needed. The description adds no parameter semantics, but that is acceptable given the parameterless design.

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 what the tool does: provides a live heat preview for Germany with maximum temperatures for the next 3 days for specific cities (Berlin, Frankfurt, Munich). It distinguishes itself from sibling tools by focusing on weather/heat rather than building energy topics.

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 gives clear context: use for heat previews in Germany with a 3-day horizon and specific cities. It implies when to use (when asked about upcoming heat), though it does not explicitly name alternatives or exclusions.

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

klimaanlage_stromkostenAInspect

Stromkosten eines Klimageräts: Watt × Stunden × Strompreis × Kompressor-Auslastung. Formel identisch mit dem Rechner auf getecoback.com.

ParametersJSON Schema
NameRequiredDescriptionDefault
tageNoAnzahl Tage (Default: 30)
wattYesLeistungsaufnahme in Watt (z. B. 1000)
auslastungNoKompressor-Auslastung 0–1 (Default: 0.65)
stunden_pro_tagYesBetriebsstunden pro Tag
strompreis_euro_kwhYesArbeitspreis in €/kWh (z. B. 0.30)
Behavior4/5

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

Ohne Annotationen trägt die Beschreibung die volle Verantwortung. Sie offenbart die Kernformel (Watt × Stunden × Strompreis × Kompressor-Auslastung) und erklärt damit die Berechnungslogik. Allerdings fehlt die Erwähnung der Multiplikation mit der Tagesanzahl, was zu Unklarheiten führen kann.

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?

Die Beschreibung ist mit zwei Sätzen sehr knapp und fokussiert. Jeder Satz trägt bei, aber die Formel könnte präziser sein, indem auch 'tage' erwähnt wird. Insgesamt gut strukturiert und leicht verständlich.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Für einen einfachen Rechner fehlen Angaben zum Rückgabewert und die vollständige Einbeziehung aller Parameter (Tage). Da kein Output-Schema existiert und keine Annotationen vorliegen, sollte die Beschreibung stärker auf Vollständigkeit achten, bleibt aber noch angemessen.

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?

Das Schema beschreibt alle 5 Parameter vollständig (100% Abdeckung), daher ist der Baseline-Wert 3. Die Beschreibung fügt die Beziehung der Parameter hinzu, lässt aber 'tage' in der Formel aus, was potenziell irreführend ist und den semantischen Mehrwert mindert.

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?

Die Beschreibung sagt klar, was das Tool tut: 'Stromkosten eines Klimageräts' und nennt die Formel. Sie unterscheidet sich eindeutig von den Geschwistern (BTU-Empfehlung, Fensterabdichtung, Hitzewelle), die andere Aspekte abdecken.

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?

Die Beschreibung liefert einen klaren Kontext (Berechnung der Stromkosten einer Klimaanlage), nennt aber keine expliziten Alternativen oder Ausschlusskriterien. Der Anwendungsfall ist klar erkennbar, aber eine Abgrenzung zu den Schwester-Tools fehlt.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Provides climate data for 3,833 destinations including sunshine scores, temperatures, rainfall, and sea temperature, enabling users to find sunny destinations and compare climates via three tools.
    Last updated
    3
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Weather files (EPW/DDY) for building energy simulation, on-demand. Four tools: search the 17,000-station catalog, analyze any EPW (design conditions, HDD/CDD, DesignDay IDF emit), render 5 chart types (diurnal, wind rose, temp carpet, monthly box plot, comparison), and generate TMY/AMY/CMIP6-morphed scenarios with UHI, extreme events, and wildfire smoke overlays. 3 of 4 tools work without API key.
    Last updated
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources