Skip to main content
Glama
claymore666

debmatic-mcp

Set Value

set_value
DestructiveIdempotent

Set a single datapoint value on a HomeMatic device channel. Provide address, valueKey, and value; interface and type are auto-resolved.

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
typeNoValue type override (auto-resolved if omitted)
valueYesValue to set
addressYesChannel address (e.g. '000A1BE9A71F15:1')
confirmNoSet true to authorize this write against a protected CCU target (e.g. prod). Unlocks writes to that target for the rest of the session.
valueKeyYesDatapoint name (e.g. 'STATE', 'LEVEL', 'SET_POINT_TEMPERATURE')
interfaceNoInterface name override (auto-resolved if omitted)
Behavior3/5

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

The description adds that the previous value is returned for undo, which is consistent with destructiveHint. It mentions auto-resolution but does not elaborate on the confirm parameter's session-unlock behavior. Annotations already provide destructiveHint and idempotentHint, so incremental value is moderate.

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 three sentences, each earning its place: purpose, required vs optional, and guidance to another tool. No unnecessary words; front-loaded with the core action.

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?

Given 6 parameters and no output schema, the description covers essential points: required fields, auto-resolution, and reference to describe_device_type. It does not detail the confirm parameter's authorization effect, which is left to the schema. Still, it is largely complete for an agent.

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

Parameters3/5

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

Schema coverage is 100%, so baseline is 3. The description clarifies that interface and type are optional and auto-resolved, adding context beyond the schema field descriptions. However, it does not provide additional meaning for other parameters.

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 'Set a single datapoint value on a device channel,' providing a specific verb and resource. It clearly distinguishes from sibling tools like get_value and put_paramset by focusing on 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 indicates only three parameters are required and that interface/type are auto-resolved, guiding efficient use. It also advises using describe_device_type to find valid valueKeys. However, it does not explicitly differentiate from system variable setting or other siblings.

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/ccu-mcp'

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