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
oven-status.md•442 B
---
name: oven-status
description: Quick check on the oven
---
Use Miele MCP tools to check the oven:
1. Call `get_devices` to find the oven (H7263BP)
2. Call `get_device_status` with the oven's deviceId
Show:
- On/off status (state.status)
- Current temperature (state.temperature[0].value_localized if available)
- Running program (state.ProgramID if any)
- Remote control status (state.remoteEnable)
Quick summary - just the key info.