DeveloperWebMCP verified
valquere.com WebMCP tools
Sustainable fine jewellery brand handmade in Belgium with lab-grown diamonds; browse collections and book a showroom appointment in 10 cities worldwide.
DeveloperWebMCP verified
Sustainable fine jewellery brand handmade in Belgium with lab-grown diamonds; browse collections and book a showroom appointment in 10 cities worldwide.
Sustainable fine jewellery brand handmade in Belgium with lab-grown diamonds; browse collections and book a showroom appointment in 10 cities worldwide. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
Returns all live Valquère showroom locations, with name, city, address, phone, URL, languages spoken and directions on how to reach them.
Open the valquere.com website and ask your browser agent to use show_showroomsInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the show_showrooms tool on valquere.com. Return the structured result and cite the source page.Submits a showroom appointment request to Valquère. A Valquère jewelry consultant will follow up to confirm the exact time. Collect ALL required fields from the customer in conversation before calling this tool — do not invent or guess values. The customer must explicitly choose a showroom, a preferred date, and provide their contact details and the reason for their visit. Server-side validation returns success=false with an error message only as a safety net; the goal is a valid first call.
Open the valquere.com website and ask your browser agent to use book_showroom_appointmentInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the book_showroom_appointment tool on valquere.com with showroom: <string>, date: <string>, salutation: <string>, first_name: <string>, last_name: <string>, email: <string>, phone: <string>, interest: <string>, budget: <string>, language: <string>. Return the structured result and cite the source page.showroom string Required. The showroom city the customer wants to visit. Ask the customer to choose one of the listed cities (call show_showrooms first to give them context if needed).date string Required. The customer's preferred date in YYYY-MM-DD format (ISO 8601). Must be today or in the future. Example: "2026-06-15". Do not pass relative phrases like "next week" — convert to an absolute date with the customer first.salutation string Required. Honorific the customer wishes to be addressed with: "mr" for Mr., "mrs" for Mrs. Ask if not provided.first_name string Required. The customer's first name. Max 100 characters. Example: "Sophie".last_name string Required. The customer's last name. Max 100 characters. Example: "Janssens".email string Required. The customer's email address. Must be a valid email format. Example: "sophie.janssens@example.com".phone string Required. The customer's phone number including international country code, starting with "+". Example: "+32 470 12 34 56". Must contain at least 7 digits.interest string Required. Free-text answer to "How can we help you?" — what the customer is looking for or wants to discuss. Example: "I am looking for an engagement ring with a 1ct round diamond.". Max 2000 characters.budget string Optional. The customer's budget range in EUR. Only include if the customer voluntarily shares it — do not push for this.language string Optional. ISO-like language code in which the Valquère consultant should follow up with the customer. Defaults to the language of the page the tool is invoked from, falling back to English. Only set explicitly if the customer prefers a follow-up language that differs from the page language.