WebMCP Registry

smarthome_set_volume

verifiedv0.1

Adjust music volume. Simulated demo; registered by the /smart-home page.

Updated 7/11/2026 · Created 7/11/2026

Input Schema

{
  "type": "object",
  "required": [
    "level"
  ],
  "properties": {
    "level": {
      "type": "number",
      "maximum": 100,
      "minimum": 0,
      "description": "Volume level (0-100)"
    }
  }
}

Full Contract

{
  "name": "smarthome_set_volume",
  "description": "Adjust music volume. Simulated demo; registered by the /smart-home page.",
  "inputSchema": {
    "type": "object",
    "required": [
      "level"
    ],
    "properties": {
      "level": {
        "type": "number",
        "maximum": 100,
        "minimum": 0,
        "description": "Volume level (0-100)"
      }
    }
  }
}

GET /api/tool/agentk.stacktr.ee/smarthome_set_volume