Skip to main content
Glama
cacack

mcp-server-zwave-js-ui

by cacack

zwave_set_value

Set a Z-Wave node value and receive the command outcome, including success, failure, or queued for sleeping nodes.

Instructions

Set a Z-Wave value and report the command outcome.

value_id is the id from zwave_node_values (e.g. "5-38-0-targetValue"). value must match the value's type (a number, bool, or string as its metadata describes). Returns the command status (SUCCESS, WORKING, FAIL, QUEUED for a sleeping node, etc.) with any message. Raises ValueError for an unknown node id; the value must exist on the node and be writeable.

Args: node_id: The Z-Wave node id, e.g. 5 value_id: The value id from zwave_node_values value: The new value to set

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
node_idYes
value_idYes
Behavior4/5

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

Discloses return status types, error condition (ValueError for unknown node), value type requirements, and example format. No annotations exist, so description carries full burden; missing details on invalid value type handling or side effects.

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 paragraph with bulleted args, front-loaded purpose, no wasted words. Every sentence adds value: outcome, error, prerequisites, example.

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?

Adequately covers behavior, return, error, and constraints for a simple set-value tool. Explains value_id source, status types, and queuing for sleeping nodes, despite no output schema.

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?

With 0% schema description coverage, the description provides meaningful context for all three parameters: explains node_id, value_id format, and value type constraints (number, bool, string). Fills in gaps beyond the schema's bare type definitions.

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 the tool sets a Z-Wave value and reports the outcome, with specific example value_id and return status. It distinguishes from sibling tools that handle associations, config parameters, or node info.

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

Usage Guidelines3/5

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

Implied usage for setting Z-Wave values, but no explicit guidance on when to use vs alternatives like zwave_set_config_parameter or when not to use. Prerequisites mentioned but no exclusions.

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/cacack/mcp-server-zwave-js-ui'

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