Skip to main content
Glama

MCP Wyze Server

by aldilaff

wyze_get_scale_records

Retrieve weight measurement records from a Wyze scale by specifying the device MAC, user ID, and desired time range. Access historical data for health tracking purposes.

Instructions

Get weight measurement records from a Wyze scale

Input Schema

NameRequiredDescriptionDefault
days_backNo
device_macNo
user_idNo

Input Schema (JSON Schema)

{ "properties": { "days_back": { "default": 30, "title": "Days Back", "type": "integer" }, "device_mac": { "default": null, "title": "Device Mac", "type": "string" }, "user_id": { "default": null, "title": "User Id", "type": "string" } }, "title": "wyze_get_scale_recordsArguments", "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