tryportego.com
tryportego.com
live
Unverified (seed import)
Productivity & Business
20 tools
imperative implementation
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.add_opening
act
imperative
Add a door or window to a named room wall. A door can optionally connect the room to another named room, making the relationship explicit.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
roomLabel |
string | yes | — |
connectsToRoomLabel |
string | no | — |
label |
string | no | — |
type |
string | yes | — |
wall |
string | yes | — |
offset |
number | no | — |
Raw JSON schema
{
"type": "object",
"properties": {
"roomLabel": {
"type": "string",
"minLength": 1,
"maxLength": 80
},
"connectsToRoomLabel": {
"type": "string",
"minLength": 1,
"maxLength": 80
},
"label": {
"type": "string",
"minLength": 1,
"maxLength": 80
},
"type": {
"type": "string",
"enum": [
"door",
"window"
]
},
"wall": {
"type": "string",
"enum": [
"top",
"right",
"bottom",
"left"
]
},
"offset": {
"type": "number",
"minimum": 0.1,
"maximum": 0.9
}
},
"required": [
"roomLabel",
"type",
"wall"
],
"additionalProperties": false
}
Similar websites
eworker.ca
eworker.ca
E-Worker is business infrastructure powered by AI, with focused apps and connected business work.
live
Unverified
Productivity & Business
eworker_site_status
eworker_list_apps
eworker_resolve_app
eworker_open_app
ewdoc_status
Inspect tools
urban-planning-copilot.heisenbug.in
urban-planning-copilot.heisenbug.in
Urban Planning Copilot
demo
Unverified
Productivity & Business
get_workspace
get_analysis_plan
list_candidates
inspect_candidate
list_shortlist
Inspect tools
vide.zerdalu.com
vide.zerdalu.com
Vide
live
Unverified
Productivity & Business
Transact tools
list_project_files
read_project_file
write_project_file
delete_project_file
get_active_script
Inspect tools
labspace-agent-twin.onrender.com
labspace-agent-twin.onrender.com
LabSpace Atlas — design laboratories, index exact locations, and let a browser agent plan, audit, and navigate the spatial twin.
demo
Unverified
Productivity & Business
labspace_add_inventory
labspace_assess_workflow
labspace_resolve_materials
labspace_start_collection
labspace_collection_step
Inspect tools