WebMCP Registry

smarthome_set_blinds

verifiedv0.1

Adjust blind position in a room. Simulated demo; registered by the /smart-home page.

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

Input Schema

{
  "type": "object",
  "required": [
    "room",
    "position"
  ],
  "properties": {
    "room": {
      "enum": [
        "living-room",
        "bedroom",
        "kitchen"
      ],
      "type": "string",
      "description": "Room"
    },
    "position": {
      "type": "number",
      "maximum": 100,
      "minimum": 0,
      "description": "Position (0=closed, 100=open)"
    }
  }
}

Full Contract

{
  "name": "smarthome_set_blinds",
  "description": "Adjust blind position in a room. Simulated demo; registered by the /smart-home page.",
  "inputSchema": {
    "type": "object",
    "required": [
      "room",
      "position"
    ],
    "properties": {
      "room": {
        "enum": [
          "living-room",
          "bedroom",
          "kitchen"
        ],
        "type": "string",
        "description": "Room"
      },
      "position": {
        "type": "number",
        "maximum": 100,
        "minimum": 0,
        "description": "Position (0=closed, 100=open)"
      }
    }
  }
}

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