Skip to main content
Glama
decline27

Homey MCP Server

by decline27

homey_control_lights_in_zone

Control all lights in a specific zone by turning them on or off. Provide the zone name and desired state to adjust lighting in that area.

Instructions

Turn all lights in a specific zone on or off.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
onYesTrue to turn on, False to turn off
zoneNameYesThe name of the zone
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the action but does not disclose potential side effects (e.g., affecting all lights regardless of current state), permission requirements, reversibility, or error behavior. For a mutation tool, this is insufficient.

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 a single concise sentence that is front-loaded with the key action. Every word is necessary, with no redundancy or fluff. It fits the tool's simplicity perfectly.

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 simple tool with two well-documented parameters and a clear action, the description is largely complete. It lacks details about return values or error handling, but given the simplicity and absence of an output schema, these are not critical. The description provides enough context for correct invocation.

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 description coverage is 100% (both 'on' and 'zoneName' have descriptions). The tool description does not add any extra parameter-level semantics beyond what the schema already provides, so the baseline of 3 is appropriate.

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 'Turn all lights in a specific zone on or off' clearly states the action (turn on/off), the resource (lights), and the scope (specific zone). It distinguishes from siblings like homey_set_capability (targets individual capabilities) and homey_find_devices_by_zone (lists devices).

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool vs alternatives. It does not mention exclusions (e.g., 'use homey_set_capability for individual lights') or prerequisites. The intended use is only implied by the tool name and description.

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/decline27/homey-mcp'

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