Skip to main content
Glama

ha_light_on

Turn on Home Assistant lights and control brightness, RGB color, or color name to fit your lighting needs.

Instructions

Turn on a Home Assistant light. Supports brightness (0-255), color via rgb_color [r,g,b], or color_name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_idYesLight entity ID (e.g. 'light.bedroom') or area name (matched to entities)
rgb_colorNoRGB color as [r, g, b]
brightnessNoBrightness 0-255
color_nameNoColor name (e.g. 'purple', 'red', 'blue')
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 and parameters; it does not mention side effects (e.g., updating entity state, requiring a connection to Home Assistant), potential errors, or any state-changing implications beyond the literal 'turn on'. This is minimal for a mutation tool.

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, front-loaded sentence that immediately communicates the tool's purpose. It includes only essential information about parameter options, with no redundant or filler content. Every word serves a purpose.

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 a clear schema and no output schema, the description is nearly complete. It specifies the action and available options, and the schema covers all parameter details. It does not explain return values or error behavior, which would be expected in the absence of an output schema, but given the low complexity, this is a minor gap.

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?

The input schema already covers all four parameters with descriptions, so coverage is 100%. The description adds no additional meaning beyond what the schema provides; it merely restates the brightness range and color options. Therefore, 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 clearly states the tool's action ('Turn on') and resource ('a Home Assistant light'), with a specific verb and target. It distinguishes itself from the sibling ha_light_off by its explicit on action, and from ha_service by focusing specifically on light turning on.

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?

The description implies when to use the tool (when you want to turn on a light) but does not provide explicit guidance on alternatives or exclusions. It does not mention that ha_light_off should be used for turning off, or that ha_service might be a more general option. This is acceptable for a simple tool but below the explicit level expected for a 4.

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/kcdjmaxx/HomarUScc'

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