Skip to main content
Glama
holger1411

unofficialMCP4Vaillant

vaillant_get_energy_report

Retrieve energy consumption and generation for your Vaillant heat pump devices per operation mode over a specified time range, including COP estimates with quality flags.

Instructions

Energy consumption and generation per device per operation_mode for a given time range, in the home's local timezone. Includes a derived cop_estimate (heat_generated / consumed_electrical) with a quality flag.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateNoISO date, required for custom
system_idNo
start_dateNoISO date, required for custom
time_rangeNotoday
device_uuidNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that it returns consumption, generation, and a derived cop_estimate with a quality flag, but does not mention side effects, permissions, or limitations. Transparency is moderate.

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 a single sentence that effectively conveys purpose and output details without extraneous information. It is front-loaded with key actions and returns.

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

Completeness2/5

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

With 5 parameters, no output schema, and no annotations, the description lacks explanation of parameter roles, data units, error handling, or usage constraints. The output is partially described but incomplete for an agent to fully understand the tool's behavior.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 40% (end_date, start_date described). The description hints at 'time range' and 'per device' but does not explain parameters like system_id, device_uuid, or how operation_mode is used (likely in output). It adds little beyond schema for parameters.

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 it retrieves energy consumption and generation per device per operation_mode for a time range in local timezone, including a derived COP estimate. This verb-resource combination and specificity distinguish it from siblings like vaillant_get_devices or vaillant_get_diagnostics.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus siblings or prerequisites. The description implies a time-range query but fails to mention scenarios or exclusions, leaving the agent without clear decision criteria.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/holger1411/unofficialMCP4Vaillant'

If you have feedback or need assistance with the MCP directory API, please join our Discord server