DeveloperWebMCP verified
verdant-market-grocery.openai.chatgpt.site WebMCP tools
A fresh, organic-forward neighborhood market for everyday good things.
DeveloperWebMCP verified
A fresh, organic-forward neighborhood market for everyday good things.
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.
List the supermarket departments available to browse.
Open the verdant-market-grocery.openai.chatgpt.site website and ask your browser agent to use list_departmentsInstall 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 list_departments tool on verdant-market-grocery.openai.chatgpt.site. Return the structured result and cite the source page.Search catalog products by name, department, and organic status.
Open the verdant-market-grocery.openai.chatgpt.site website and ask your browser agent to use search_productsInstall 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_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.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.Browse products in one supermarket department.
Open the verdant-market-grocery.openai.chatgpt.site website and ask your browser agent to use browse_departmentInstall 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_department tool on verdant-market-grocery.openai.chatgpt.site with department: <string>. Return the structured result and cite the source page.department string Department to browse.Fetch full details for one product by product_id.
Open the verdant-market-grocery.openai.chatgpt.site 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 verdant-market-grocery.openai.chatgpt.site with product_id: <integer>. Return the structured result and cite the source page.product_id integer Catalog product ID.Read the current cart contents, item count, and subtotal.
Open the verdant-market-grocery.openai.chatgpt.site 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 verdant-market-grocery.openai.chatgpt.site. Return the structured result and cite the source page.Add a catalog product to the cart.
Open the verdant-market-grocery.openai.chatgpt.site website and ask your browser agent to use add_to_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 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.product_id integer Catalog product ID.quantity integer Number of units to add.Set the quantity of an existing cart item.
Open the verdant-market-grocery.openai.chatgpt.site website and ask your browser agent to use update_cart_itemInstall 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_item tool on verdant-market-grocery.openai.chatgpt.site with product_id: <integer>, quantity: <integer>. Return the structured result and cite the source page.product_id integer Catalog product ID.quantity integer New quantity; use 0 to remove the item.Remove one product from the cart.
Open the verdant-market-grocery.openai.chatgpt.site website and ask your browser agent to use remove_from_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 remove_from_cart tool on verdant-market-grocery.openai.chatgpt.site with product_id: <integer>. Return the structured result and cite the source page.product_id integer Catalog product ID.Call this after adding all desired items to the cart to review the final subtotal, delivery fee, and order total before checkout.
Open the verdant-market-grocery.openai.chatgpt.site website and ask your browser agent to use get_checkout_summaryInstall 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_checkout_summary tool on verdant-market-grocery.openai.chatgpt.site. Return the structured result and cite the source page.