save_pdf
Download the legally mandated heating-cost information PDF (UVI) to disk. Specify a directory or use the default ~/Downloads; filename is set automatically.
Instructions
Download the monthly consumption PDF and save it to disk.
This is the legally mandated unterjährige Verbrauchsinformation (UVI) document — a German statutory heating-cost information notice that property owners are required to provide to tenants under §6a HeizkostenV. The document is generated by the messdienst24.de portal and covers the same month returned by get_last_available_month.
Use this tool when the user wants to save, view, or forward the actual PDF document rather than just reading the structured consumption figures.
Args: directory: Directory where the PDF will be saved. Defaults to ~/Downloads. The filename is set automatically to e.g. "verbrauch-2025-04.pdf".
Returns: saved_to: Full path of the saved file. filename: The filename used, e.g. "verbrauch-2025-04.pdf". year, month: The period the document covers. size_bytes: Size of the saved PDF in bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | ~/Downloads |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||