Skip to main content
Glama
novtriq-tech

NOVTRIQ Engineering

mees_checker

Checks England & Wales MEES compliance for private rented property, comparing EPC band against E minimum and advising on proposed 2030 EPC C uplift. Returns compliance status, letting eligibility, cost cap, and penalties.

Instructions

England & Wales Minimum Energy Efficiency Standard (MEES) check for private rented property. Tests against the in-force EPC E minimum (domestic and non-domestic) and surfaces the PROPOSED (not yet law) EPC C / 2030 uplift as an advisory only. Returns compliance, can-let, cost cap and penalties.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
property_typeYes
current_epc_bandYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/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 transparency burden. It discloses what is tested, what is advisory, and what outputs the user receives (compliance, can-let, cost cap, penalties). This gives an agent a clear expectation of behavior beyond the simple tool name.

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 three tightly packed sentences with no filler. Jurisdiction and subject are front-loaded, the in-force vs proposed distinction is explicit, and return categories are listed at the end. Every sentence contributes information.

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?

For a two-parameter checker with no output schema, the description covers the regulation, jurisdiction, property scope, test threshold, advisory uplift, and output categories. It does not detail the exact result format, but that is not essential for selecting and invoking the tool correctly.

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 0%, so the description must compensate. It does: property_type is tied to 'domestic and non-domestic', and current_epc_band is framed by the EPC E minimum and EPC C/2030 uplift, adding regulatory meaning that bare enum values lack.

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 opens with a specific verb and resource: 'MEES check for private rented property' in England & Wales. It then pinpoints the exact regulatory test (in-force EPC E minimum) and the advisory EPC C/2030 uplift, clearly differentiating this from the many other EU/UAE/UK tools in the sibling list.

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 intended use is clear from the scope ('England & Wales', 'private rented property', 'MEES check'), and the description explicitly warns that the EPC C element is 'not yet law' and 'advisory only', which prevents misuse. It does not name alternatives or say when not to use it, but no sibling tool appears to cover the same MEES check.

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