WebMCP

DeveloperWebMCP verified

montote.ch WebMCP tools

Swiss shop for personalised tote bags, printable from a single piece.

7 tools1 methodsspec API surface

What can an agent do with montote.ch WebMCP tools?

Swiss shop for personalised tote bags, printable from a single piece. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on montote.ch

Tool 1 of 7WebMCPAnswer

list_bag_models

Liste les tote bags personnalisables Montote : code, nom, matière, prix du sac « dès » en CHF et minimum de commande par modèle (1 = à l’unité). Utiliser get_bag_details pour dimensions, couleurs et paliers de prix complets.

How to install

Open the montote.ch website and ask your browser agent to use list_bag_models

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the list_bag_models tool on montote.ch. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 2 of 7WebMCPAnswer

    get_bag_details

    Détails d’un modèle de tote bag : couleurs disponibles (teinte nature ou couleur), paliers de prix du sac en CHF (dégressif par quantité), dimensions et zone d’impression maximale en cm.

    How to install

    Open the montote.ch website and ask your browser agent to use get_bag_details

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the get_bag_details tool on montote.ch with model_code: <string>. Return the structured result and cite the source page.

    Input contract

    • model_code string Code du modèle, ex. W801 (voir list_bag_models).

    Open the source definition

    Tool 3 of 7WebMCPAnswer

    estimate_price

    Calcule le prix complet d’un projet de tote bags personnalisés en CHF : la technique d’impression la moins chère est choisie automatiquement selon la quantité, les dimensions du logo, le nombre de couleurs et l’effet. Retourne aussi le prix du sac par palier et le total estimé. Aucune donnée client requise.

    How to install

    Open the montote.ch website and ask your browser agent to use estimate_price

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the estimate_price tool on montote.ch with nb_pieces: <integer>, logo_w_cm: <number>, logo_h_cm: <number>, nb_couleurs: <string>, effet: <string>, model_code: <string>, color: <string>. Return the structured result and cite the source page.

    Input contract

    • nb_pieces integer Nombre de sacs.
    • logo_w_cm number Largeur du logo en cm.
    • logo_h_cm number Hauteur du logo en cm.
    • nb_couleurs string Couleurs du logo (multi = photo/dégradés).
    • effet string Effet spécial éventuel.
    • model_code string Modèle de sac (ex. W801) pour inclure son prix.
    • color string Couleur du sac (influence le palier nature/couleur).

    Open the source definition

    Tool 4 of 7WebMCPAction

    configure_item

    Configure le parcours de commande dans la page : sélectionne le modèle et la couleur du sac, la quantité, les options du logo (couleurs, effet) et, si un logo a déjà été déposé par le client, ses dimensions et sa position. Ouvre l’écran de placement.

    How to install

    Open the montote.ch website and ask your browser agent to use configure_item

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the configure_item tool on montote.ch with model_code: <string>, color: <string>, nb_pieces: <integer>, nb_couleurs: <string>, effet: <string>, logo_w_cm: <number>, position_x_pct: <number>, position_y_pct: <number>. Return the structured result and cite the source page.

    Input contract

    • model_code string Code du modèle (ex. W801).
    • color string Nom de la couleur du sac.
    • nb_pieces integer Nombre de sacs.
    • nb_couleurs string
    • effet string
    • logo_w_cm number Largeur du logo en cm (logo déjà déposé uniquement).
    • position_x_pct number Position horizontale 0-100.
    • position_y_pct number Position verticale 0-100.

    Open the source definition

    Tool 5 of 7WebMCPAction

    add_item_to_cart

    Ajoute la configuration en cours au panier de devis. Nécessite qu’un logo ait été déposé par le client et qu’une technique soit calculée.

    How to install

    Open the montote.ch website and ask your browser agent to use add_item_to_cart

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the add_item_to_cart tool on montote.ch. Return the structured result and cite the source page.

    Input contract

      Open the source definition

      Tool 6 of 7WebMCPAnswer

      get_cart

      Contenu du panier de devis en cours : articles (modèle, couleur, quantité, technique, prix CHF) et total.

      How to install

      Open the montote.ch website and ask your browser agent to use get_cart

      Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

      Run with an agent

      Use the get_cart tool on montote.ch. Return the structured result and cite the source page.

      Input contract

        Open the source definition

        Tool 7 of 7WebMCPAction

        prefill_quote_form

        Pré-remplit le formulaire de demande de devis (prénom, nom, email, téléphone suisse, remarques) sur l’écran final. N’envoie JAMAIS la demande : le client vérifie et clique lui-même sur Envoyer.

        How to install

        Open the montote.ch website and ask your browser agent to use prefill_quote_form

        Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

        Run with an agent

        Use the prefill_quote_form tool on montote.ch with firstname: <string>, name: <string>, email: <string>, phone: <string>, remarques: <string>. Return the structured result and cite the source page.

        Input contract

        • firstname string Prénom du client.
        • name string Nom du client.
        • email string Email du client.
        • phone string Téléphone suisse (+41…).
        • remarques string Remarques pour l’atelier.

        Open the source definition