Skip to main content
Glama

MCP Wyze Server

by aldilaff

wyze_set_brightness

Adjust the brightness level of a Wyze smart light using a device MAC address and a specified brightness value (0-100) through the MCP Wyze Server.

Instructions

Set brightness for a Wyze light (0-100)

Input Schema

NameRequiredDescriptionDefault
brightnessYes
device_macYes

Input Schema (JSON Schema)

{ "properties": { "brightness": { "title": "Brightness", "type": "integer" }, "device_mac": { "title": "Device Mac", "type": "string" } }, "required": [ "device_mac", "brightness" ], "title": "wyze_set_brightnessArguments", "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