Skip to main content
Glama

ha_area_lights_on

Turn on all lights in a Home Assistant area using the area ID. Optionally set transition time and brightness percentage for customized control.

Instructions

Turn on all lights in an area (by area_id).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
area_idYes
transitionNo
brightness_pctNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It states the core mutating action (turning on all lights) but does not disclose side effects, idempotency, permission requirements, or behavior for edge cases (e.g., no lights in area). This is adequate but minimal for a simple action.

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 with no filler. It conveys the essential purpose in nine words, making it exceptionally concise and easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 3 parameters, no annotations, no output schema, and zero schema description coverage, the one-sentence description is insufficient. It fails to explain the optional parameters (transition, brightness_pct) and any behavioral nuances, leaving significant gaps for an agent to correctly use the tool.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It only clarifies the role of area_id implicitly, but transition and brightness_pct are left completely unexplained. The schema provides types/constraints but no semantic meaning, so the description adds minimal value beyond echoing the parameter name.

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 action ('Turn on'), the resource ('all lights in an area'), and the key qualifier ('by area_id'), which distinguishes it from sibling tools like ha_light_turn_on (single light) and ha_area_lights_off (turning off).

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 implies usage context: this is for area-wide light control, distinct from individual light control. However, it does not explicitly state alternatives or exclusions, so it falls short of a perfect score but provides clear enough context.

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/hannoeru/hass-mcp'

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