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
submit_sauna_quote_request
Send a home-sauna project request to Sauna Guide so David can compare a vetted shortlist of up to three relevant local providers. This stores the supplied contact details and sends a confirmation email, but never shares them with a provider. It never opts the user into marketing. Use only after the user explicitly asks to submit the request and confirms processing.
Page: /guides
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
postalCode |
string | yes | US ZIP code where the sauna will be installed. |
state |
string | yes | Two-letter US state code for the project. |
city |
string | yes | City where the sauna will be installed. |
contactName |
string | yes | Name of the person requesting the quote. |
email |
string | yes | Email address for personal provider-search updates. |
phone |
string | yes | US phone number for questions about the project. |
projectType |
string | yes | Whether the project is prebuilt, custom indoor, custom outdoor, or not yet decided. |
heatType |
string | yes | Preferred sauna heat type, or hybrid_or_unsure when not decided. |
electricalReadiness |
string | no | Optional description of the electrical power currently available at the site. |
budget |
string | yes | Expected project budget range in US dollars. |
timeline |
string | yes | Expected purchase or installation timeline. |
brandOrModel |
string | no | Optional sauna brand or model already under consideration. |
notes |
string | no | Optional project details such as space, access, foundation, or electrical work. |
confirmRequest |
boolean | yes | Must be true only after the user explicitly asks Sauna Guide to process and send this quote request. |
Raw JSON schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"postalCode": {
"type": "string",
"pattern": "^\\d{5}(?:-\\d{4})?$",
"description": "US ZIP code where the sauna will be installed."
},
"state": {
"type": "string",
"pattern": "^[A-Z]{2}$",
"description": "Two-letter US state code for the project."
},
"city": {
"type": "string",
"minLength": 2,
"maxLength": 100,
"description": "City where the sauna will be installed."
},
"contactName": {
"type": "string",
"minLength": 2,
"maxLength": 100,
"description": "Name of the person requesting the quote."
},
"email": {
"type": "string",
"format": "email",
"maxLength": 254,
"description": "Email address for personal provider-search updates."
},
"phone": {
"type": "string",
"maxLength": 30,
"description": "US phone number for questions about the project."
},
"projectType": {
"type": "string",
"enum": [
"prebuilt",
"custom_indoor",
"custom_outdoor",
"not_sure"
],
"description": "Whether the project is prebuilt, custom indoor, custom outdoor, or not yet decided."
},
"heatType": {
"type": "string",
"enum": [
"traditional_electric",
"wood_fired",
"infrared",
"hybrid_or_unsure"
],
"description": "Preferred sauna heat type, or hybrid_or_unsure when not decided."
},
"electricalReadiness": {
"type": "string",
"enum": [
"240v_ready",
"120v_only",
"no_site_power",
"not_sure"
],
"description": "Optional description of the electrical power currently available at the site."
},
"budget": {
"type": "string",
"enum": [
"under_5k",
"5k_10k",
"10k_20k",
"20k_plus",
"not_sure"
],
"description": "Expected project budget range in US dollars."
},
"timeline": {
"type": "string",
"enum": [
"within_30_days",
"1_3_months",
"3_6_months",
"researching"
],
"description": "Expected purchase or installation timeline."
},
"brandOrModel": {
"type": "string",
"maxLength": 160,
"description": "Optional sauna brand or model already under consideration."
},
"notes": {
"type": "string",
"maxLength": 2000,
"description": "Optional project details such as space, access, foundation, or electrical work."
},
"confirmRequest": {
"type": "boolean",
"const": true,
"description": "Must be true only after the user explicitly asks Sauna Guide to process and send this quote request."
}
},
"required": [
"postalCode",
"state",
"city",
"contactName",
"email",
"phone",
"projectType",
"heatType",
"budget",
"timeline",
"confirmRequest"
]
}
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.