save_pdf
Save the monthly heating-cost information PDF (UVI) to a local directory.
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 explicitly wants the PDF saved to a local directory on disk. To read or forward the PDF content directly, use the resource md24de://latest-report/pdf instead.
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 | |||