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
fill_checkout_form
Fill the checkout form on the cart page with details collected from the user, so the human only reviews and submits. Maps conversation data to the right fields: full_name is ONE field (combine first and last name), address is a single free-text delivery address. Never submits - the human completes any security check and presses the order button. Only works on the cart/checkout page (call proceed_to_checkout first; after the page loads, call this).
Page: /p/wireless-mouse
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
full_name |
string | no | Buyer full name as one string, e.g. "Jane Smith" (combine first and last name). |
email |
string | no | Buyer email address - order confirmations go here. |
phone |
string | no | Phone number, if the user provided one. |
address |
string | no | Full delivery address as one free-text block (street, city, postal code, country as applicable). |
note |
string | no | Optional note to the seller. |
custom |
object | no | Values for the store extra checkout fields, keyed by the field label exactly as shown, e.g. {"Gift message": "Happy birthday"}. |
payment_method |
string | no | One of the payment options visible on the page: "card", "paypal", "crypto", "cod" (cash on delivery / pickup) or "link" (pay online). |
Raw JSON schema
{
"type": "object",
"properties": {
"full_name": {
"type": "string",
"description": "Buyer full name as one string, e.g. \"Jane Smith\" (combine first and last name)."
},
"email": {
"type": "string",
"description": "Buyer email address - order confirmations go here."
},
"phone": {
"type": "string",
"description": "Phone number, if the user provided one."
},
"address": {
"type": "string",
"description": "Full delivery address as one free-text block (street, city, postal code, country as applicable)."
},
"note": {
"type": "string",
"description": "Optional note to the seller."
},
"custom": {
"type": "object",
"description": "Values for the store extra checkout fields, keyed by the field label exactly as shown, e.g. {\"Gift message\": \"Happy birthday\"}.",
"additionalProperties": {
"type": "string"
}
},
"payment_method": {
"type": "string",
"description": "One of the payment options visible on the page: \"card\", \"paypal\", \"crypto\", \"cod\" (cash on delivery / pickup) or \"link\" (pay online)."
}
}
}
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…