Skip to main content
Glama
Ringosystems

Homey-Wan-Kenobi-MCP

by Ringosystems

Set LED Ring

set_ledring
Idempotent

Change the LED ring screensaver animation on your Homey Pro. Select from options like 'spectrum' or 'off'.

Instructions

Set the LED ring screensaver animation. Use get_ledring to see available options (e.g. 'spectrum', 'off').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
screensaverIdYesScreensaver ID (e.g. 'spectrum', 'off')

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.1

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already cover safety (readOnlyHint=false, destructiveHint=false, idempotentHint=true), and the description adds useful context by mentioning the screensaver animation and suggesting get_ledring for valid values. This goes slightly beyond the schema and annotations.

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 two concise sentences, front-loaded with the action, and includes a helpful pointer to get_ledring without any wasted words.

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?

For a simple one-parameter setter with robust annotations and no output schema, the description provides sufficient context: what it does, how to find valid values, and the safety profile is covered by annotations.

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

Parameters4/5

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

Schema coverage is 100% for screensaverId, but the description adds extra meaning by pointing users to get_ledring for valid options, which helps understand the parameter's domain. This adds value beyond the schema's basic examples.

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 ('Set the LED ring screensaver animation') with a specific verb and resource, and distinguishes it from get_ledring by telling users to use get_ledring for available options. This is a clear, specific purpose.

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 advises using get_ledring to see available options before setting, which is a clear usage guideline. It doesn't explicitly say when *not* to use it, but there are no competing siblings for this action, so this is sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.