quarante-trois.fr
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 1 · Act 2 · Transact 0 · Score: Not yet scored
Tool inspector
prepare_quote_request
Prepare a free quote request ('demande de devis') for this renovation company. Collects the visitor's contact details and a description of the work, validates them, navigates to the Contact/Devis page and displays a visible recap card showing exactly what will be sent. This does NOT send anything — it returns a short-lived confirmation token, and `submit_quote_request` becomes available to actually send it once the visitor has seen the recap. Use this as soon as a visitor asks for a quote, an estimate, a site visit or a call back.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
prenom |
string | yes | Visitor's first name. |
nom |
string | yes | Visitor's last name. |
email |
string | yes | Contact email address. |
telephone |
string | yes | Contact phone number, French format. |
adresse_travaux |
string | yes | Street address of the site where the work will be carried out. |
code_postal |
string | no | Five-digit French postal code of the work site. |
ville |
string | no | Town or city of the work site. |
descriptif |
string | yes | What the visitor wants done: type of service, surface area, current condition, timing. |
Raw JSON schema
{
"type": "object",
"properties": {
"prenom": {
"type": "string",
"description": "Visitor's first name."
},
"nom": {
"type": "string",
"description": "Visitor's last name."
},
"email": {
"type": "string",
"description": "Contact email address."
},
"telephone": {
"type": "string",
"description": "Contact phone number, French format."
},
"adresse_travaux": {
"type": "string",
"description": "Street address of the site where the work will be carried out."
},
"code_postal": {
"type": "string",
"description": "Five-digit French postal code of the work site."
},
"ville": {
"type": "string",
"description": "Town or city of the work site."
},
"descriptif": {
"type": "string",
"description": "What the visitor wants done: type of service, surface area, current condition, timing."
}
},
"required": [
"prenom",
"nom",
"email",
"telephone",
"adresse_travaux",
"descriptif"
],
"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.