demo.spreadfront.com
A live example store, generated entirely from a Google Sheet. Browse, add to cart, try the checkout - orders here are not fulfilled.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 4 · Act 3 · Transact 1 · Score: Not yet scored
Tool inspector
add_to_cart
Add a product to the cart. For products with options (variants), pass every option as {"OptionName": "Value"} - get_product lists the allowed values. Same product with identical options increments quantity.
Page: /p/wireless-mouse
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
id |
string | yes | Product id from search_products. |
quantity |
number | no | How many to add (default 1, max 999). |
options |
object | no | Variant choices, e.g. {"Size": "M", "Color": "Red"}. Required when the product has options. |
Raw JSON schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Product id from search_products."
},
"quantity": {
"type": "number",
"description": "How many to add (default 1, max 999)."
},
"options": {
"type": "object",
"description": "Variant choices, e.g. {\"Size\": \"M\", \"Color\": \"Red\"}. Required when the product has options.",
"additionalProperties": {
"type": "string"
}
}
},
"required": [
"id"
]
}
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.
demo.openforagents.com
Open for Agents WebMCP demos for declarative browser-agent actions.
ourmenuos.online
The complete operating layer for modern businesses. Build your digital storefront, manage operations, and process payments instantly with 9 specialized industry…