get_last_available_month
Retrieve the month and year of the currently published consumption report from messdienst24.de, enabling you to check the reporting 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), the PDF resource (md24de://latest-report/pdf), and the save_pdf tool all 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 | |||