search_deals
Search Fazy's price-checked deals catalogue (US retailers; home, wellness, apparel, footwear, electronics). Every result carries the current price, the retailer's reference price, a verified discount and a `url` that takes the shopper to the retailer's checkout. Give the shopper the `url` as-is.
Schema
Input Schema
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"maxLength": 120,
"minLength": 2,
"description": "What the shopper wants, in plain words: 'standing desk under 300', 'nike running shoes'"
},
"brand": {
"type": "string",
"maxLength": 60,
"description": "Limit to one brand"
},
"limit": {
"type": "integer",
"maximum": 50,
"minimum": 1,
"description": "Results to return (default 20)"
},
"cursor": {
"type": "string",
"description": "`next_cursor` from a previous page"
},
"max_price": {
"type": "number",
"description": "Maximum price in US dollars",
"exclusiveMinimum": 0
}
},
"additionalProperties": false
}
Verified Stores
1
Member Stores
Stores exposing the search_deals tool
Weekly UCP Report
Get the agentic commerce digest every Monday
Real adoption data, ecosystem trends, new spec versions, and the stores that broke or recovered this week. Read by founders and engineers building the next generation of commerce.
Weekly UCP Report
Issue #50 · Sep 14, 2026
+664
new verified stores
Verified rate
Latest spec
Cart capability
