demo.openforagents.com
Open for Agents WebMCP demos for declarative browser-agent actions.
First seen 2026-08-27 · Last seen 2026-08-27 · Source: webmcp.com
Answer 7 · Act 20 · Transact 0 · Score: Not yet scored
Tool inspector
woo_add_to_cart
Add an approved purchasable product and quantity to the visitor cart. First call woo_search_products_api to resolve the exact current product; use woo_get_product_api only with an ID returned by that search when more detail is needed. Then use only the product_id and variation_id returned by those lookups. Never infer or guess an ID from a product name.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
product_id |
integer | yes | Exact product ID returned by the current product lookup. Never guess this value. |
quantity |
integer | yes | Quantity to add. |
variation_id |
integer | no | Optional exact variation ID returned by the current product lookup. Never guess this value. |
Raw JSON schema
{
"type": "object",
"properties": {
"product_id": {
"type": "integer",
"description": "Exact product ID returned by the current product lookup. Never guess this value."
},
"quantity": {
"type": "integer",
"description": "Quantity to add."
},
"variation_id": {
"type": "integer",
"description": "Optional exact variation ID returned by the current product lookup. Never guess this value."
}
},
"required": [
"product_id",
"quantity"
],
"additionalProperties": false
}
Similar websites
birmakine.com
Bir Makine — Turkish marketplace for industrial machinery; browse current listings and find machines that fit your needs.
vaanzari.com
Explore handcrafted Banarasi sarees from Vaanzari, with artisan provenance, woven traditions and thoughtful customer care in India and worldwide.
store.nekuda.ai
AI-native demo storefront
simple-affiliate.com
Run an in-house Shopify affiliate program with links, discount codes, Autopay, and 1099s. Flat monthly pricing from free to $69, 14-day trial on paid plans.