Skip to main content
Glama

MCP Wyze Server

by aldilaff

wyze_set_color_temp

Adjust the color temperature of Wyze smart lights to personalize ambiance or functionality. Specify device MAC and desired temperature (2700K-6500K) for precise control.

Instructions

Set color temperature for a Wyze light (2700K-6500K)

Input Schema

NameRequiredDescriptionDefault
color_tempYes
device_macYes

Input Schema (JSON Schema)

{ "properties": { "color_temp": { "title": "Color Temp", "type": "integer" }, "device_mac": { "title": "Device Mac", "type": "string" } }, "required": [ "device_mac", "color_temp" ], "title": "wyze_set_color_tempArguments", "type": "object" }

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/aldilaff/mcp-wyze-server'

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