sauna.guide
Check a sauna quote for missing electrical, delivery, permits, ventilation, and installation costs. Try a made-up sample by hand or with a compatible browser AI.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 1 · Act 8 · Transact 1 · Score: Not yet scored
Tool inspector
upsert_sauna_quote_line_item
Add a missing cost or revise an existing line on the visible quote canvas. Use stable IDs so later calls can update the same item. This is page-local analysis only and does not contact a seller.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
id |
string | yes | — |
label |
string | yes | — |
amount |
number | yes | — |
category |
string | yes | — |
note |
string | no | — |
Raw JSON schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"pattern": "^[a-z0-9][a-z0-9-]{1,49}$"
},
"label": {
"type": "string",
"minLength": 2,
"maxLength": 100
},
"amount": {
"type": "number",
"minimum": 0,
"maximum": 250000
},
"category": {
"type": "string",
"enum": [
"sauna",
"heater",
"site_work",
"electrical",
"delivery",
"fees",
"other"
]
},
"note": {
"type": "string",
"maxLength": 240
}
},
"required": [
"id",
"label",
"amount",
"category"
]
}
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.