Skip to main content
Glama
claymore666

debmatic-mcp

Get Value

get_value

Read a single datapoint value from a HomeMatic device channel using its address and datapoint name, with automatic interface detection.

Instructions

Read a single datapoint value from a device channel. Only address and valueKey are required — interface is auto-resolved. Use list_devices to find addresses, describe_device_type to find valid valueKeys.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesChannel address (e.g. '000A1BE9A71F15:1')
valueKeyYesDatapoint name (e.g. 'STATE', 'LEVEL', 'ACTUAL_TEMPERATURE')
interfaceNoInterface name override (auto-resolved if omitted)
Behavior3/5

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

With no annotations provided, the description correctly identifies the operation as a read. However, it does not disclose potential error conditions, return format, or authentication requirements. For a simple read tool, this is adequate but not rich in behavioral detail.

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 two sentences with no wasted words. It immediately states the purpose and then provides essential usage guidance, making it highly efficient.

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

Completeness4/5

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

For a low-complexity tool with 3 parameters and no output schema, the description covers purpose, required parameters, and references to sibling tools for input discovery. It does not specify the return type, but overall it is nearly complete.

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?

Schema description coverage is 100%, so baseline is 3. The description adds value by clarifying that interface is optional and auto-resolved, and provides example formats for address and valueKey, going beyond the 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?

The description clearly states 'Read a single datapoint value from a device channel', using a specific verb and resource. It distinguishes from sibling tool 'get_values' by noting it's for a single datapoint.

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 explains that only address and valueKey are required and that interface is auto-resolved. It also directs users to use 'list_devices' for addresses and 'describe_device_type' for valueKeys, providing clear context for when to use this tool.

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/claymore666/debmatic-mcp'

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