← WebMCP Directory

quarante-trois.fr

quarante-trois.fr

live Unverified (seed import) Productivity & Business 3 tools imperative implementation

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

act imperative

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

PropertyTypeRequiredDescription
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

eworker.ca

E-Worker is business infrastructure powered by AI, with focused apps and connected business work.

live Unverified Productivity & Business
73 tools A10 / Act63 / T0 Not yet scored Seen 2026-09-14
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
37 tools A10 / Act27 / T0 Not yet scored Seen 2026-09-14
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
28 tools A13 / Act14 / T1 Not yet scored Seen 2026-09-14
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
24 tools A5 / Act19 / T0 Not yet scored Seen 2026-09-14
labspace_add_inventory labspace_assess_workflow labspace_resolve_materials labspace_start_collection labspace_collection_step
Inspect tools

Related on Influzer