We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/winsthuang/home-controller'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
freezer-check.md•486 B
---
name: freezer-check
description: Quick freezer check (especially for alerts)
---
Use Miele MCP tools for a quick freezer check:
1. Call `get_devices` to find the freezer (FNS 7794 E)
2. Call `get_device_status` with the freezer's deviceId
Check:
- Current temperature (state.temperature[0].value_localized)
- Alerts or notifications (state.signalInfo, state.signalFailure)
- Door status (state.signalDoor if available)
Quick summary: Either "All good!" or what needs attention.