tryportego.com
Design, bind, and control your home through one conversation.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 2 · Act 18 · Transact 0 · Score: Not yet scored
Tool inspector
home.move_device
Move one named device within its room on the visible Portego canvas. Coordinates use the 1000 by 650 floor-plan space. Honor the user's requested location. Otherwise inspect home.get_document, choose a sensible position inside the room, and keep the device center about 70 coordinate units from other device centers so symbols do not overlap.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
deviceLabel |
string | yes | Exact visible device name. |
x |
number | yes | — |
y |
number | yes | — |
roomLabel |
string | no | Optional destination room name. |
Raw JSON schema
{
"type": "object",
"properties": {
"deviceLabel": {
"type": "string",
"minLength": 1,
"maxLength": 80,
"description": "Exact visible device name."
},
"x": {
"type": "number",
"minimum": 0,
"maximum": 1000
},
"y": {
"type": "number",
"minimum": 0,
"maximum": 650
},
"roomLabel": {
"type": "string",
"minLength": 1,
"maxLength": 80,
"description": "Optional destination room name."
}
},
"required": [
"deviceLabel",
"x",
"y"
],
"additionalProperties": false
}
Similar websites
eworker.ca
E-Worker is business infrastructure powered by AI, with focused apps and connected business work.
urban-planning-copilot.heisenbug.in
Urban Planning Copilot
vide.zerdalu.com
Vide
labspace-agent-twin.onrender.com
LabSpace Atlas — design laboratories, index exact locations, and let a browser agent plan, audit, and navigate the spatial twin.