← WebMCP Directory

valquere.com

valquere.com

live Unverified (seed import) Commerce 2 tools imperative implementation

Sustainable fine jewellery brand handmade in Belgium with lab-grown diamonds; browse collections and book a showroom appointment in 10 cities worldwide.

First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com

Answer 0 · Act 1 · Transact 1 · Score: Not yet scored

Tool inspector

book_showroom_appointment

transact imperative May require confirmation

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.

Page: /

Input schema

PropertyTypeRequiredDescription
showroom string yes 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 yes 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 yes Required. Honorific the customer wishes to be addressed with: "mr" for Mr., "mrs" for Mrs. Ask if not provided.
first_name string yes Required. The customer's first name. Max 100 characters. Example: "Sophie".
last_name string yes Required. The customer's last name. Max 100 characters. Example: "Janssens".
email string yes Required. The customer's email address. Must be a valid email format. Example: "sophie.janssens@example.com".
phone string yes 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 yes 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 no Optional. The customer's budget range in EUR. Only include if the customer voluntarily shares it — do not push for this.
language string no 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.
Raw JSON schema
{
  "type": "object",
  "properties": {
    "showroom": {
      "type": "string",
      "enum": [
        "amsterdam",
        "antwerp",
        "dusseldorf",
        "geneva",
        "hong-kong",
        "knokke",
        "mumbai",
        "paris",
        "shanghai",
        "zurich"
      ],
      "description": "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": {
      "type": "string",
      "description": "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": {
      "type": "string",
      "enum": [
        "mr",
        "mrs"
      ],
      "description": "Required. Honorific the customer wishes to be addressed with: \"mr\" for Mr., \"mrs\" for Mrs. Ask if not provided."
    },
    "first_name": {
      "type": "string",
      "description": "Required. The customer's first name. Max 100 characters. Example: \"Sophie\"."
    },
    "last_name": {
      "type": "string",
      "description": "Required. The customer's last name. Max 100 characters. Example: \"Janssens\"."
    },
    "email": {
      "type": "string",
      "description": "Required. The customer's email address. Must be a valid email format. Example: \"sophie.janssens@example.com\"."
    },
    "phone": {
      "type": "string",
      "description": "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": {
      "type": "string",
      "description": "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": {
      "type": "string",
      "enum": [
        "under-2500",
        "2500-5000",
        "5000-10000",
        "over-10000"
      ],
      "description": "Optional. The customer's budget range in EUR. Only include if the customer voluntarily shares it — do not push for this."
    },
    "language": {
      "type": "string",
      "enum": [
        "de",
        "en",
        "es",
        "fr",
        "hk",
        "it",
        "jp",
        "kr",
        "nl",
        "tr",
        "zh"
      ],
      "description": "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."
    }
  },
  "required": [
    "showroom",
    "date",
    "salutation",
    "first_name",
    "last_name",
    "email",
    "phone",
    "interest"
  ]
}

Similar websites

birmakine.com

birmakine.com

Bir Makine — Turkish marketplace for industrial machinery; browse current listings and find machines that fit your needs.

live Unverified Commerce
31 tools A1 / Act30 / T0 Not yet scored Seen 2026-08-17
search_listings ilan_ara ilan_detay kategori_gez marka_listele
Inspect tools
store.nekuda.ai

store.nekuda.ai

AI-native demo storefront

demo Unverified Commerce Transact tools
15 tools A8 / Act6 / T1 Not yet scored Seen 2026-08-17
open_home update_save_ai_agent_s_system authenticate search_products get_product_details
Inspect tools
store.tryrankly.com

store.tryrankly.com

The official Rankly merch store — tees, polos, jackets, mugs, bottles, and everyday-carry for builders who care about craft. Ships internationally.

live Unverified Commerce Transact tools
14 tools A9 / Act4 / T1 Not yet scored Seen 2026-08-17
search_products get_product list_categories best_sellers find_deals
Inspect tools
2ndface.info

2ndface.info

2ndFace Tattoo — tattoo and piercing studio in Bucharest (Piața Unirii) offering custom tattoos, piercings, pricing, aftercare, and WhatsApp booking.

live Unverified Commerce Transact tools
12 tools A11 / Act0 / T1 Not yet scored Seen 2026-08-17
get_tattoo_estimate_info search_faq search get_product_cards get_promotions
Inspect tools

Related on Influzer