WebMCP

DeveloperWebMCP verified

verdant-market-grocery.openai.chatgpt.site WebMCP tools

A fresh, organic-forward neighborhood market for everyday good things.

9 tools1 methodsspec API surface

What can an agent do with verdant-market-grocery.openai.chatgpt.site WebMCP tools?

A fresh, organic-forward neighborhood market for everyday good things. 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 verdant-market-grocery.openai.chatgpt.site

Tool 1 of 9WebMCPAnswer

list_departments

List the supermarket departments available to browse.

How to install

Open the verdant-market-grocery.openai.chatgpt.site website and ask your browser agent to use list_departments

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_departments tool on verdant-market-grocery.openai.chatgpt.site. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 2 of 9WebMCPAnswer

    search_products

    Search catalog products by name, department, and organic status.

    How to install

    Open the verdant-market-grocery.openai.chatgpt.site website and ask your browser agent to use search_products

    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 search_products tool on verdant-market-grocery.openai.chatgpt.site with query: <string>, section: <string>, organic: <boolean>, limit: <integer>. Return the structured result and cite the source page.

    Input contract

    • query string Case-insensitive product-name query.
    • section string Optional department filter.
    • organic boolean When true, return organic products only.
    • limit integer Maximum products to return.

    Open the source definition

    Tool 3 of 9WebMCPAction

    browse_department

    Browse products in one supermarket department.

    How to install

    Open the verdant-market-grocery.openai.chatgpt.site website and ask your browser agent to use browse_department

    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 browse_department tool on verdant-market-grocery.openai.chatgpt.site with department: <string>. Return the structured result and cite the source page.

    Input contract

    • department string Department to browse.

    Open the source definition

    Tool 4 of 9WebMCPAnswer

    get_product

    Fetch full details for one product by product_id.

    How to install

    Open the verdant-market-grocery.openai.chatgpt.site website and ask your browser agent to use get_product

    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_product tool on verdant-market-grocery.openai.chatgpt.site with product_id: <integer>. Return the structured result and cite the source page.

    Input contract

    • product_id integer Catalog product ID.

    Open the source definition

    Tool 5 of 9WebMCPAnswer

    get_cart

    Read the current cart contents, item count, and subtotal.

    How to install

    Open the verdant-market-grocery.openai.chatgpt.site 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 verdant-market-grocery.openai.chatgpt.site. Return the structured result and cite the source page.

    Input contract

      Open the source definition

      Tool 6 of 9WebMCPAction

      add_to_cart

      Add a catalog product to the cart.

      How to install

      Open the verdant-market-grocery.openai.chatgpt.site website and ask your browser agent to use add_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_to_cart tool on verdant-market-grocery.openai.chatgpt.site with product_id: <integer>, quantity: <integer>. Return the structured result and cite the source page.

      Input contract

      • product_id integer Catalog product ID.
      • quantity integer Number of units to add.

      Open the source definition

      Tool 7 of 9WebMCPAction

      update_cart_item

      Set the quantity of an existing cart item.

      How to install

      Open the verdant-market-grocery.openai.chatgpt.site website and ask your browser agent to use update_cart_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 update_cart_item tool on verdant-market-grocery.openai.chatgpt.site with product_id: <integer>, quantity: <integer>. Return the structured result and cite the source page.

      Input contract

      • product_id integer Catalog product ID.
      • quantity integer New quantity; use 0 to remove the item.

      Open the source definition

      Tool 8 of 9WebMCPAction

      remove_from_cart

      Remove one product from the cart.

      How to install

      Open the verdant-market-grocery.openai.chatgpt.site website and ask your browser agent to use remove_from_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 remove_from_cart tool on verdant-market-grocery.openai.chatgpt.site with product_id: <integer>. Return the structured result and cite the source page.

      Input contract

      • product_id integer Catalog product ID.

      Open the source definition

      Tool 9 of 9WebMCPAnswer

      get_checkout_summary

      Call this after adding all desired items to the cart to review the final subtotal, delivery fee, and order total before checkout.

      How to install

      Open the verdant-market-grocery.openai.chatgpt.site website and ask your browser agent to use get_checkout_summary

      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_checkout_summary tool on verdant-market-grocery.openai.chatgpt.site. Return the structured result and cite the source page.

      Input contract

        Open the source definition