Skip to main content
Glama
claymore666

debmatic-mcp

Set Value

set_value
Destructive

Set a datapoint value on a HomeMatic device channel by providing address, valueKey, and value. Auto-resolves interface and type, returning the previous value for undo.

Instructions

Set a single datapoint value on a device channel. Only address, valueKey, and value are required — interface and type are auto-resolved. Returns the previous value for undo. Use describe_device_type to find valid valueKeys and ranges.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesChannel address (e.g. '000A1BE9A71F15:1')
valueKeyYesDatapoint name (e.g. 'STATE', 'LEVEL', 'SET_POINT_TEMPERATURE')
valueYesValue to set
interfaceNoInterface name override (auto-resolved if omitted)
typeNoValue type override (auto-resolved if omitted)
Behavior4/5

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

Discloses return of previous value for undo, which complements destructiveHint: true. Also mentions auto-resolution of interface and type, adding behavioral context beyond 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?

Three compact sentences: purpose, required params, return behavior + reference. No wasted words.

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?

Covers all necessary aspects: purpose, required/optional params, auto-resolution, return value, and related tool. No output schema needed.

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?

With 100% schema coverage, baseline is 3. The description adds value by highlighting required params and auto-resolution, and pointing to describe_device_type for valid values.

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?

Clearly states the action 'set', the resource 'single datapoint value on a device channel', and notes that only three parameters are required. Distinguishes from sibling tools like get_value and set_system_variable.

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?

Explicitly says when to use, that interface/type are auto-resolved, and recommends describe_device_type for valid valueKeys. Lacks explicit 'when not to use' but context is clear.

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