DeveloperWebMCP verified
theprotoclinical.com WebMCP tools
ProtoClinical
DeveloperWebMCP verified
ProtoClinical
ProtoClinical This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
Search the store catalog for products, collections, articles, and pages. Does NOT add anything to the cart; use update_cart for cart changes. If the user asks for a specific product variant, call get_product after search_catalog to inspect available variants, then show_variant to display one.
Open the theprotoclinical.com website and ask your browser agent to use search_catalogInstall 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 search_catalog tool on theprotoclinical.com with catalog: <object>. Return the structured result and cite the source page.catalog object Browse OR navigate to store collections. Set navigate=true whenever the user wants to be taken to a collection page in the browser (triggers: "browse to", "go to", "show me", "open", "take me to", "navigate to" a collection or category). With navigate=false (default), returns collection or product data without changing the page — use this only when the user is asking a question about the catalog, not asking to view it. Without a collection handle, lists all collections. With a handle, returns products from that collection; use "all" to browse everything. Does NOT add anything to the cart; use update_cart for cart changes. Prefer this over search_catalog when the user names a category, collection, or wants to explore. With navigate=true this MOVES the browser to the collection page; the tool result then confirms the destination and instructs you not to navigate again — follow it.
Open the theprotoclinical.com website and ask your browser agent to use browse_storeInstall 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 browse_store tool on theprotoclinical.com with collection: <string>, navigate: <boolean>, sort_by: <string>, page: <number>. Return the structured result and cite the source page.collection string Collection handle to browse (e.g. "best-sellers", "new-arrivals"). Omit to list all collections. Use "all" to browse every product.navigate boolean When true, navigate the browser to the collection page after loading data. Set true for user intents like "browse to", "go to", "show me", "open", "take me to" a collection. Requires a collection handle. Defaults to false.sort_by string Sort order. Options: best-selling (default), price-ascending, price-descending, title-ascending, title-descending, created-descending, created-ascending.page number Page number for pagination (starts at 1). Each page returns up to 30 products.Get product details, OR navigate the browser to the product page. Set catalog.navigate=true whenever the user wants to see/view the product in the browser (triggers: "show me", "open", "view", "go to", "take me to", "navigate to" a product). Set catalog.navigate=false (default) only when you need data (description, options, variants, prices, availability) to answer a question or to prepare an update_cart call — the browser stays on the current page. Defaults to the current page's product if no catalog.id is provided. Does NOT add anything to the cart; use update_cart for that. For a specific variant (color/size/etc.), use show_variant instead — it accepts partial option selections like "purple" without needing every option. With catalog.navigate=true this MOVES the browser to the product page; the tool result then confirms the destination and instructs you not to navigate again — follow it.
Open the theprotoclinical.com website and ask your browser agent to use get_productInstall 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 get_product tool on theprotoclinical.com with catalog: <object>. Return the structured result and cite the source page.catalog object Product detail parameters.Navigate the browser to a product page, with a specific variant OR a partial option filter selected. Use for view intents: "show me", "open", "view", "go to", "take me to" a specific product configuration. Accepts EITHER variant_id (fully specified variant) OR selected_options (partial, e.g. only Color=Purple) — with partial options the first matching available variant is picked automatically, so DO NOT ask the user for missing options when their intent is to view. Does NOT add anything to the cart; use update_cart for cart changes. For cart operations you still need a full variant_id — call get_product with the full option combination first. This MOVES the browser to the exact variant page with the variant pre-selected; the tool result then confirms the destination and instructs you not to navigate again — follow it.
Open the theprotoclinical.com website and ask your browser agent to use show_variantInstall 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_variant tool on theprotoclinical.com with catalog: <object>. Return the structured result and cite the source page.catalog object Provide EITHER variant_id OR selected_options. Handle is required unless the user is already on the product page.Get the current shopping cart contents — line items with product titles, variant titles, handles, URLs, images, unit prices, quantities, and totals. Everything needed to describe the cart to the user in natural language, without a follow-up get_product call per line. Works from any page.
Open the theprotoclinical.com website and ask your browser agent to use get_cartInstall 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 get_cart tool on theprotoclinical.com. Return the structured result and cite the source page.Add products to the cart, update line item quantities, or remove items. Batch EVERY change for one request into a SINGLE call — line_items accepts up to 10 entries; do NOT call update_cart once per item. Do NOT retry a call that already returned a result: adds are cumulative, so repeating a call adds duplicate items. Use line_items[].item.id with a ProductVariant GID when the exact variant is known. Use line_items[].id from get_cart to update or remove an existing line, passing the ABSOLUTE target quantity (not a delta; quantity 0 removes the line). Use handle or query only when adding the selected or first available variant.
Open the theprotoclinical.com website and ask your browser agent to use update_cartInstall 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 update_cart tool on theprotoclinical.com with cart: <object>. Return the structured result and cite the source page.cart object Remove all items from the cart in one step. Use when the user wants to empty their cart or start over.
Open the theprotoclinical.com website and ask your browser agent to use cancel_cartInstall 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 cancel_cart tool on theprotoclinical.com. Return the structured result and cite the source page.Proceed to checkout. Verifies the cart is not empty, then MOVES the browser to the checkout page. The tool result then confirms the destination and instructs you not to navigate again — follow it.
Open the theprotoclinical.com website and ask your browser agent to use proceed_to_checkoutInstall 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 proceed_to_checkout tool on theprotoclinical.com. Return the structured result and cite the source page.Navigate to the customer's order history page. Use when the user asks about past orders, order status, tracking, or returns. The user will be prompted to log in if not already authenticated. This MOVES the browser to the order history page; the tool result then confirms the destination and instructs you not to navigate again — follow it.
Open the theprotoclinical.com website and ask your browser agent to use manage_ordersInstall 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 manage_orders tool on theprotoclinical.com. Return the structured result and cite the source page.Used to get facts about the store's policies, FAQ, or contact details. Some examples of questions you can ask are: - What is your return policy? - What is your shipping policy? - What is your phone number? - What are your hours of operation?"
Open the theprotoclinical.com website and ask your browser agent to use search_shop_policies_and_faqsInstall 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 search_shop_policies_and_faqs tool on theprotoclinical.com with query: <string>. Return the structured result and cite the source page.query string A natural language query.