Skip to main content
Glama

engineering

eed_datacentre_pack

EU Energy Efficiency Directive data-centre reporting pack (Dir (EU) 2023/1791 Art.12 + Del. Reg (EU) 2024/1364). Determines reporting scope (IT power >= 500 kW) and computes the mandated KPIs PUE, WUE, ERF and REF. Note: the regulation mandates reporting, not target values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
it_power_kwYesInstalled IT power demand (kW)
it_energy_kwhYesEIT: IT energy (kWh/yr)
water_input_m3NoWIN: total water input (m3/yr), for WUE
reused_heat_kwhNoEREUSE waste heat reused, for ERF
total_energy_kwhYesEDC: total data-centre energy (kWh/yr)
renewable_energy_kwhNoERES-TOT renewable energy consumed, for REF

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden, and it delivers well: it discloses scope-screening behavior, the four KPIs computed, and adds the crucial caveat that 'the regulation mandates reporting, not target values' — preventing the agent from misreading outputs as compliance verdicts. It does not disclose handling of missing optional inputs or return format, but the core behavioral profile is honestly and usefully stated.

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?

Three sentences, zero filler: legal identity, core functionality, and a high-value caveat. Each sentence earns its place, and the functional verbs appear immediately after the legal framing.

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?

No output schema exists, so the KPI list and scope-determination statement give the agent a solid expectation of what the tool returns. Missing details — return format and behavior when optional inputs are absent — are minor for a stateless calculation tool whose inputs are fully self-documented.

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?

Schema description coverage is 100%, and the schema already maps parameters to KPIs ('WIN: total water input (m3/yr), for WUE', 'EREUSE waste heat reused, for ERF'). The description adds the 500 kW threshold context for it_power_kw and the KPI acronym list, but this is marginal value over the schema — the baseline 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 names a specific resource ('data-centre reporting pack') with explicit verbs: 'determines reporting scope' and 'computes the mandated KPIs PUE, WUE, ERF and REF'. The EED legal citations plus the enumerated KPI set clearly differentiate it from siblings like calculate_pue, which handles only a single KPI.

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?

Clear context is established via the legal basis (Dir (EU) 2023/1791 Art.12 + Del. Reg (EU) 2024/1364) and the applicability threshold ('IT power >= 500 kW'), which tells an agent when this tool is the right choice. It does not explicitly name alternatives or state when-not-to-use, but the regulatory framing makes the intended scenario unambiguous.

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

B3.1/5.0
Disambiguation3/5

Many tools have distinct domains (structural, carbon, compliance, heat pumps), but several overlap at a surface level: calculate_carbon, building_carbon_footprint, and uae_climate_ghg all deal with carbon; estimate_cooling_load and thermal_load both compute cooling loads; and multiple UK/UAE compliance checkers have similar 'readiness/checker/precheck' names. Descriptions help differentiate, but an agent could still select the wrong tool without careful reading.

Naming Consistency2/5

Naming is a mix of verb-led patterns (assess_epbd_score, calculate_carbon, check_uae_bim_compliance, estimate_cooling_load, get_technical_dd_quote) and noun-led phrases (building_carbon_footprint, building_readiness, digital_renovation_passport, roi_calculator, thermal_load). Sub-groups like check_* and eurocode_* are consistent internally, but the overall set has no unifying convention, which adds cognitive load.

Tool Count2/5

With 27 tools, the server exceeds the 'heavy' range, even though the engineering domain is broad. Many tools are highly specialized (e.g., part_s_ev, mees_checker, dgnb_bim_readiness), and the large count risks overwhelming an agent trying to pick the right one. The scope may justify the number, but it edges into too-many territory.

Completeness3/5

The server covers a wide range of building and sustainability assessments: carbon, energy, compliance (EU/UK/UAE), structural design, cost benchmarking, and data centres. However, there are gaps in adjacent areas common to building engineering—such as acoustic design, water/sanitation, electrical systems, or thermal bridging—which would be expected from a general 'engineering' server. It is reasonably complete for its apparent sustainability/regulatory focus, but not universally.

Resources