Skip to main content
Glama
volsch

md24de-mcp

by volsch

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

TableJSON Schema
NameRequiredDescriptionDefault
directoryNo~/Downloads

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, description provides details on file naming, default directory, and return values. It adequately discloses behavior (download and save) without mentioning destructive actions or authentication, which is acceptable for a read-like operation. Slightly more context could be added, but overall strong.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Concise yet comprehensive. Two paragraphs plus a bulleted return list. Front-loaded with core action and legal context. Every sentence adds value.

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

Completeness5/5

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

Given only one parameter and an output schema (implied by the Returns section), the description covers all critical aspects: purpose, usage context, parameter details, and return values. No gaps.

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

Parameters5/5

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

Despite 0% schema description coverage, the description thoroughly explains the directory parameter: default value (~/Downloads), auto-generated filename, and that the filename is set automatically. It adds significant meaning beyond the bare schema.

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?

Description clearly states action: 'Download the monthly consumption PDF and save it to disk.' It explains the document type (UVI, German statutory notice) and distinguishes from sibling tools by contrasting with 'just reading the structured consumption figures.'

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

Usage Guidelines5/5

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

Explicit usage guidance: 'Use this tool when the user wants to save, view, or forward the actual PDF document rather than just reading the structured consumption figures.' Also notes the document covers the same month as get_last_available_month, providing context.

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/volsch/md24de-mcp'

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