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.apply_changes
Apply up to 50 room, device, binding, or opening changes as one atomic edit. Coordinate room and device geometry as a complete layout: honor locations stated by the user, distribute unspecified devices sensibly inside their rooms, and do not place device symbols on top of one another. Omit add_device positions when automatic placement is appropriate. If any change fails, none are saved and one undo reverses the entire set.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
changes |
array | yes | — |
Raw JSON schema
{
"type": "object",
"properties": {
"changes": {
"type": "array",
"minItems": 1,
"maxItems": 50,
"items": {
"type": "object",
"properties": {
"op": {
"type": "string",
"enum": [
"add_room",
"update_room",
"remove_room",
"add_device",
"update_device",
"remove_device",
"bind_device",
"unbind_device",
"add_opening",
"remove_opening"
]
},
"input": {
"type": "object"
}
},
"required": [
"op",
"input"
],
"additionalProperties": false
}
}
},
"required": [
"changes"
],
"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.