catalog_slice
A chosen slice of the catalogue for writing about: filter by category, brand, price band (USD) and minimum discount %. Each deal carries the current price, the reference price, `claim_reliable` (whether Fazy's own price record backs the discount), the catalogue's quality score, the picture and a `url` for the shopper. Up to 24 per call, sorted by quality by default. Never a count of the whole catalogue.
Schema
Input Schema
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"sort": {
"enum": [
"discount",
"quality",
"newest"
],
"type": "string"
},
"brand": {
"type": "string",
"maxLength": 80
},
"limit": {
"type": "integer",
"maximum": 24,
"minimum": 1
},
"category": {
"type": "string",
"maxLength": 40
},
"max_price": {
"type": "number",
"maximum": 100000,
"minimum": 0
},
"min_price": {
"type": "number",
"maximum": 100000,
"minimum": 0
},
"reliable_only": {
"type": "boolean"
},
"min_discount_pct": {
"type": "number",
"maximum": 100,
"minimum": 0
}
},
"additionalProperties": false
}
Verified Stores
1
Member Stores
Stores exposing the catalog_slice 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
