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_search_products_api
Use this tool whenever a visitor asks about current products, prices, availability, recommendations, or exact inventory quantities. Search the public product catalog. Managed-stock results include exact physical units remaining in stock_quantity and availability.quantity.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
query |
string | no | Keyword query used to search the catalog. |
category |
string | no | Optional product category slug filter. |
min_price |
number | no | Optional non-negative minimum current product price. |
max_price |
number | no | Optional non-negative maximum current product price. |
availability |
string | no | Optional public availability filter. |
on_sale |
boolean | no | When true, return products currently on sale; when false, exclude them. |
per_page |
integer | no | Maximum 50. |
page |
integer | no | 1-based page number. |
orderby |
string | no | Sort field. |
order |
string | no | Sort direction. |
Raw JSON schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"title": "Search query",
"description": "Keyword query used to search the catalog."
},
"category": {
"type": "string",
"title": "Category slug",
"description": "Optional product category slug filter."
},
"min_price": {
"type": "number",
"title": "Minimum price",
"description": "Optional non-negative minimum current product price."
},
"max_price": {
"type": "number",
"title": "Maximum price",
"description": "Optional non-negative maximum current product price."
},
"availability": {
"type": "string",
"title": "Availability",
"description": "Optional public availability filter.",
"enum": [
"available",
"unavailable",
"low_stock",
"on_backorder"
],
"oneOf": [
{
"const": "available",
"title": "available"
},
{
"const": "unavailable",
"title": "unavailable"
},
{
"const": "low_stock",
"title": "low_stock"
},
{
"const": "on_backorder",
"title": "on_backorder"
}
]
},
"on_sale": {
"type": "boolean",
"title": "On sale",
"description": "When true, return products currently on sale; when false, exclude them."
},
"per_page": {
"type": "integer",
"title": "Results per page",
"description": "Maximum 50."
},
"page": {
"type": "integer",
"title": "Page",
"description": "1-based page number."
},
"orderby": {
"type": "string",
"title": "Order by",
"description": "Sort field.",
"enum": [
"date",
"modified",
"title",
"menu_order"
],
"oneOf": [
{
"const": "date",
"title": "date"
},
{
"const": "modified",
"title": "modified"
},
{
"const": "title",
"title": "title"
},
{
"const": "menu_order",
"title": "menu_order"
}
]
},
"order": {
"type": "string",
"title": "Order",
"description": "Sort direction.",
"enum": [
"DESC",
"ASC"
],
"oneOf": [
{
"const": "DESC",
"title": "DESC"
},
{
"const": "ASC",
"title": "ASC"
}
]
}
},
"required": [],
"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.