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.
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.
Tool Definition Quality
Average 3.9/5 across 4 of 4 tools scored.
Each tool addresses a distinct function: cooling load, seal length, heat wave preview, and electricity cost. There is no overlap in purpose or output.
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.
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.
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 toolsbtu_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).
| Name | Required | Description | Default |
|---|---|---|---|
| qm | Yes | Raumfläche in m² (4–120) | |
| sonne | No | Sonneneinstrahlung des Raums (Default: normal) |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| hoehe_cm | Yes | Flügelhöhe in cm (20–300) | |
| breite_cm | Yes | Flügelbreite in cm (20–300) — der bewegliche Teil, nicht der Rahmen | |
| fenstertyp | No | Fenstertyp (Default: kipp) |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| tage | No | Anzahl Tage (Default: 30) | |
| watt | Yes | Leistungsaufnahme in Watt (z. B. 1000) | |
| auslastung | No | Kompressor-Auslastung 0–1 (Default: 0.65) | |
| stunden_pro_tag | Yes | Betriebsstunden pro Tag | |
| strompreis_euro_kwh | Yes | Arbeitspreis in €/kWh (z. B. 0.30) |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityAmaintenance87+ specialized tools for German and European energy data. Direct AI access to Marktstammdatenregister (MaStR), ENTSO-E, Redispatch 2.0, and Grid Operations for utilities and datacenters.Last updated2GPL 3.0
- AlicenseAqualityFmaintenanceAI assistants can size heat pumps, estimate energy costs, and verify cold-climate performance using bundled data and no API keys.Last updated63MIT
- AlicenseAqualityCmaintenanceProvides 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 updated3MIT
- Alicense-qualityBmaintenanceWeather 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 updatedMIT