get_last_available_month
Find the month and year of the most recently published heating and hot-water consumption report. Returns the coverage period without fetching the full report.
Instructions
Return the month and year of the most recently published consumption report.
messdienst24.de is a German utility-consumption portal that provides the legally mandated monthly heating and hot-water consumption report (Verbrauchsinformation) for residential properties. The portal publishes one report per calendar month (always a previous month, never the current one). This tool returns which month that currently published report covers.
Call this tool when you only need to know the current reporting month without fetching the full report. The full report (get_consumption_report) and the PDF (save_pdf) both include this information as well.
Returns: year: Four-digit year of the current reporting month (e.g. 2025). month: Month number 1–12 of the current reporting month (e.g. 4 for April).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||