Skip to main content
Glama

IDM Systemstatus

idm_get_system_status
Read-onlyIdempotent

Retrieve the complete system status of IDM heat pumps, including operating modes, temperatures, fault indicators, smart grid status, PV surplus, and power consumption.

Instructions

Liest den allgemeinen Systemstatus der IDM Wärmepumpe.

Liefert: Betriebsart System, Betriebsart Wärmepumpe, Außen- & gemittelte Außentemperatur, aktuelle Störungsnummer, Summenstörung, Smart-Grid-Status sowie den aktuell kommunizierten PV-Überschuss und die aktuelle Leistungsaufnahme der Wärmepumpe.

Returns: str: JSON-Objekt mit allen Statusfeldern.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, establishing the safety profile. The description adds value by listing the exact return fields, revealing the tool's behavioral output without relying on the output schema. No contradictions with annotations.

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?

The description is compact and front-loaded, with the first sentence stating the verb and resource, followed by a bullet-like list of returned fields and a clear return type statement. Every sentence contributes information without redundancies.

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?

For a zero-parameter, read-only getter with comprehensive annotations and an output schema, the description fully covers the tool's purpose, return content, and usage context. There are no gaps in required information.

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

Parameters4/5

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

The tool takes zero parameters, and the input schema confirms this with 100% coverage. With no parameters to describe, the baseline of 4 applies; the description does not need to add parameter-specific details.

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?

The description explicitly states the tool reads the general system status of the IDM heat pump and enumerates the specific fields returned (e.g., operating mode, fault number, smart-grid status, PV surplus). This distinguishes it clearly from sibling getters like idm_get_temperatures or idm_get_compressor_status.

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

Usage Guidelines4/5

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

The description provides a clear context by listing exactly what status information is returned, making it obvious when a high-level system overview is needed. However, it does not explicitly contrast with sibling tools or state when not to use it, so it stops short of full guidance.

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/2000teddy/idm-mcp'

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